Problem:
I'm attempting to automate broken link error reporting.
In .htaccess I have:
ErrorDocument 404 ErrorDocument 500
Many pages on the site are dynamic .PHP pages. I want to be able to pass through any QUERY_STRING of any URL on this site causing a 404 or 500 to the error404.php4
Can this be done with RewriteRule in the basedir .htaccess? If so, how?
I'm attempting to automate broken link error reporting.
In .htaccess I have:
ErrorDocument 404 ErrorDocument 500
Many pages on the site are dynamic .PHP pages. I want to be able to pass through any QUERY_STRING of any URL on this site causing a 404 or 500 to the error404.php4
Can this be done with RewriteRule in the basedir .htaccess? If so, how?