PDA

View Full Version : Permission probs.



Boswell
08-17-2006, 04:45 AM
Hi guys
Totally new to this, so be patient.

Just messing around with my first site. Everthing fine until I changed around permissions on CP.

I've got 744 on public_html folder and index.html - if I try viewing with my browser I'm getting

Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

This is Day 1 stuff, sorry.

redsox9
08-17-2006, 05:10 AM
If the site is entirely HTML or PHP, experience tells me that you should change the files to 644. No reason not to that I know of...

If you are running CGI, then you should change the executable scripts to 755.

redsox9
08-17-2006, 05:11 AM
Oh, and your folders should be 755, not 744.

Boswell
08-17-2006, 05:24 AM
That's great, Redsox, it's running fine now, thanks.
Boswell

redsox9
08-17-2006, 05:27 AM
Good to hear that you're back in the game! ;)