permissions for writing to different domains

permissions for writing to different domains

Posted by: csakon
Posted on: 2005-08-27 14:36:00

I have a dedicated server and need to use php to write/edit/delete files to different domains on my server. The php files that will do the writing are in panel.posima.com. I want my script to write to the directories of austexproperty.com, ssiipc.com, etc. Do I need to set permissions anywhere in order to do this or will it work straight away?

Re: permissions for writing to different domains

Posted by: VxJasonxV
Posted on: 2005-08-27 15:34:00

If PHP is running as PHP-CGI, it should "just work".
If it is running as an apache module as the apache user, you'll need to set your directory you want to write to writable by world (777).

Tags: php filesdomainsdedicated serverdirectoriesdeleteset permissions