In my .htaccess file for sites I have
ErrorDocument 404 /404.php
It doesn't seem to work to my custom 404 page when it did before. It's only after updating to EasyApache 4 and rebuilding Apache etc.
No matter what I do so:
ErrorDocument 404 404.php
ErrorDocument 404 "test"
doesn't work either. Any ideas?
ErrorDocument 404 /404.php
It doesn't seem to work to my custom 404 page when it did before. It's only after updating to EasyApache 4 and rebuilding Apache etc.
No matter what I do so:
ErrorDocument 404 404.php
ErrorDocument 404 "test"
doesn't work either. Any ideas?