I have a client who wants to use php error pages but they don't seem to work....
I have added a .htaccess with the line
And tried different content of page even a simple
and nothing seems to work, any ideas ?
(I am using Opera browser)
I have added a .htaccess with the line
Code:
ErrorDocument 404 / 404.php
And tried different content of page even a simple
PHP:
<?php
echo 'This 404 page works';
?>
(I am using Opera browser)