-3
I did so in mine .htaccess
ErrorDocument 403 /403.php
But gives the error 403 rather than display the page of error!
If I do:
ErrorDocument 403 403.php
That is, in/ before 403. Text appears 403.php on the page as expected.
This leads me to believe that hi .htaccess is being treated.
Man 403.php is at the root!
How to fix this?
You tried to use
localhost/403.php
?– viana
yes, normally open the page because it exists!
– Carlos Rocha