Use CGI for 404 page errors
Permalink
I really like Guardian CGI for page errors.
It logs what link you tried to use, how many times and sends an email letting me know.
I can not override the integrated page_not_found.php
I have my htaccess and it does no good. I even called out the same info in Apache2 setup.
ErrorDocument 401 /cgi-bin/ag.pl
ErrorDocument 403 /cgi-bin/ag.pl
ErrorDocument 404 /cgi-bin/ag.pl
ErrorDocument 500 /cgi-bin/ag.pl
I tried to delete the page_not_found.php page, but then it shows a blank page.
It logs what link you tried to use, how many times and sends an email letting me know.
I can not override the integrated page_not_found.php
I have my htaccess and it does no good. I even called out the same info in Apache2 setup.
ErrorDocument 401 /cgi-bin/ag.pl
ErrorDocument 403 /cgi-bin/ag.pl
ErrorDocument 404 /cgi-bin/ag.pl
ErrorDocument 500 /cgi-bin/ag.pl
I tried to delete the page_not_found.php page, but then it shows a blank page.
http://www.concrete5.org/marketplace/addons/url-director/...