403 forbidden .htaccess issue
- by Gkhan14
I have this .htaccess file in one directory on my site:
<limit GET>
order deny,allow
deny from all
allow from 123.456.789
</limit>
ErrorDocument 403 403.html
It blocks everyone except for one IP. However, when an invalid IP visits, it does not show the 403.html file, but it just shows the text "403.html" on the page.
When I try to directly visit the 403.html page on the directory, it gets the same message too.