Permissions problem

mjokiel

Verified User
Joined
Nov 18, 2009
Messages
31
Hi,

I have a problem, after creating account i see that after uploading files to public_html i receive on webpage error:

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

It's seems that system does not giving proper permissions during upload.

How can i resolve it?

Thanks,

Mariusz
 
If you upload using ftp while logged in as your username, then the permissions will be correct.

If not, then delete everything in public_html and upload again.

If you need more help, then post the output of:
Code:
ls -al /home/USERNAME/domains/EXAMPLE.COM/public_html
where of course the USERNAME and EXAMPLE.COM are both replaced with the correct information.

Jeff
 
Back
Top