General permissions question - 755 vs 644

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
jptechnical
Forum Members
Forum Members
Posts: 131
Joined: Wed Jan 12, 2005 12:18 am

General permissions question - 755 vs 644

Post by jptechnical »

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.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: General permissions question - 755 vs 644

Post by Ted »

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.
jptechnical
Forum Members
Forum Members
Posts: 131
Joined: Wed Jan 12, 2005 12:18 am

Re: General permissions question - 755 vs 644

Post by jptechnical »

Thanks... with all the problems I have been having with this clients hosts I hope the rest are this simple.
Locked

Return to “[locked] Installation, Setup and Upgrade”