I see in my CPANEL that the error page is set to error404.shtml. I was wondering how to go about changing it to point to a PHP page I have setup. Any help would be appreciated.
I see in my CPANEL that the error page is set to error404.shtml. I was wondering how to go about changing it to point to a PHP page I have setup. Any help would be appreciated.
hi,
edit .htaccess (supposing httpd.conf is configuerd for thid) for example
PHP to handle HTTP Status Codes for ErrorDocumentCode:errordocument 404 /error.php?error=404