I wanted to add a user to be able to edit the "/var/www/html" folder but I stuffed up the permissons, so I decided to go back to the nomral configuration:
Code:
[root@14 www]# ls -l
total 35
drwxr-xr-x 2 root root 4096 Apr 25 08:44 cgi-bin
drwxr-xr-x 4 root root 4096 Apr 24 22:40 error
drwxr-xr-x 2 root root 4096 Apr 25 09:48 html
drwxr-xr-x 3 root root 4096 Mar 16 08:41 icons
drwxr-xr-x 14 root root 4096 Mar 16 08:42 manual
drwxr-xr-x 2 webalizer root 4096 Apr 1 18:58 usage
as you can see root has access to the /html folder but I still get a
"
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.
Apache/2.2.3 (CentOS) Server at
"
when I access the site. I've already looked around and tried to fix it but nothing seems to work.
SElinux is not on
I can't access my site locally
how do I make the site readable again ?
cheers