could you tell me how to fix this probleme ?

johnfaiz

Member
Sep 30, 2012
54
0
6
could you tell me how to fix this probleme ? Forbbiden (403) and when i console any vps i got forbbiden u can't access and after 1 mint i can access could you tell me how to fix ? thanks
 
403 HTTP error is "access denied" meaning a permission problem of some kind...

you could try taking a look at /var/log/apache2/access.log with tail or other tools...
you should see some line referring an 403 error

try
#sudo cat /var/log/apache2/access.log | grep 403

Marco
 
403 HTTP error is "access denied" meaning a permission problem of some kind...

you could try taking a look at /var/log/apache2/access.log with tail or other tools...
you should see some line referring an 403 error

try
#sudo cat /var/log/apache2/access.log | grep 403

Marco

not fixed but thanks :)