Made a custom 403 page successfully a few years ago and it worked. Now not working. Thinking it's the path I'm using.
I want the denied IP addresses in my .htaccess to see the custom page instead of just generic "forbidden"
Put my IP in to test and received "forbidden" message plus: Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
In htaccess along with the banned iP addresses, I also put:
ErrorDocument 403 /www/htdocs/403.html
Tried at least 5 different ways and it won't pull it up. Surely it has to do with the path and I'm making this harder than it really is. Thanks all.