Default permissions

tansu

Verified User
Joined
Jul 31, 2008
Messages
82
Hi,
My users are complaining about the folder permisions.
When I create an account for a user, I mean with the defaults they have to adjust their own permissions.
For example, when they want to install Wordpress, they have to create and chmod .htaccess file with their own. Or when they like to edit their themes from WP panel, they have to chmod theme files 777.
They say they didnt have to to that in other hosts.
How can I give their webscripts permissions to create, edit folders and files..
Regards
 
Thanks,
installing custombuild, will it destroy my exisiting setup. Is it safe to install?
 
DirectAdmin setup? No, it won't :) It will just replace your Apache configuration files, that's it.
 
Thanks
I installed it without any pain.
But I am not sure that I know what I am doing.. What should I do now to Install PHP as CGI/FastCGI?
Or it is done, is t supposed to work now?
 
Set php5_cgi=yes and php_5cli=no in the options.conf file, then run:
Code:
./build php n

Good luck! :)
 
Thanks, but there are too many wp plugin errors now.
Those must be reinstalled?
like:
Code:
Warning: session_start() [function.session-start]: open(/tmp/sess_104319aa41014b2960c483f26b5e4703, O_RDWR) failed: Permission denied (13) in /home/baris/domains/beyn.org/public_html/wp-content/plugins/modifiye-pxsmail.php on line 11

Warning: Unknown: open(/tmp/sess_104319aa41014b2960c483f26b5e4703, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

Warning: Cannot modify header information - headers already sent by (output started at /home/baris/domains/beyn.org/public_html/wp-content/plugins/modifiye-pxsmail.php:11) in /home/baris/domains/beyn.org/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 37
 
Code:
chown baris:baris[FONT=monospace] [/FONT]/home/baris/domains/beyn.org/public_html/wp-content/plugins/modifiye-pxsmail.php
 
Back
Top