I am moving a cms site to the clients host but I am pulling my hair out with 500 errors!
It seems like the all php files will result in server 500 'Internal Server Error' unless they are chmod 755. Now on the host I am used to dealing with they run just fine as 644.
So, am I right in assuming I need to chmod the php files to 755? If so am I running into a security issue with too lax a permission?
Let me know.
Thanks.
General permissions question - 755 vs 644
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
Re: General permissions question - 755 vs 644
I doubt it... it's just execute permission, which shouldn't really matter. Chances are tha the clients host has come kind of cgi setup for PHP that has weird permissions requirements. I would stick with the 755... it should be fine.
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
Re: General permissions question - 755 vs 644
Thanks... with all the problems I have been having with this clients hosts I hope the rest are this simple.