Jump to content

[Solved] 403 - Forbidden


nyten

Recommended Posts

Either delete the .htaccess file in your public_html directory or rename it and then check your site again. You may need to refresh your cache before you check your site again.

 

btw. all .htaccess files are forbidden to public view already but if you want to code it in your .htaccess file, use this:

 

<Files .htaccess>
order allow,deny
deny from all
</Files>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...