-
403 Error Unable to load the HTML Page
over 9 years ago
-
over 9 years ago
Reason of 403 error is the permission to the file, folder, image .
Mainly 403 error found when someone try to access the dot file like .htaccess file etc.
To resolve the 403 issue one should give the 755 or 644 permission to the file, folder or image.
-
over 9 years ago
Please modify/remove the following lines:
Options FollowSymLinks AllowOverride None Order deny,allow Deny from all I would recommend to start from a clean Apache config, if it still doesn't work then.
another thing: If you have a folder in your home, set chmod o+x for your $HOME directory, for instance chmod o+x /home/myprj
-
2 Answer(s)