
Feature request - Add ability to catch apache error redirects instead of posting as not found xxx.html
Reported by dleffler | November 4th, 2013 @ 11:58 PM | in 2.3.0 (closed)
When some web servers error out, they tend to try to load something like missing.html or internal_error.html. Furthermore, they are added to the search queries so they end up being the most searched items/phrases.
Comments and changes to this ticket
-
dleffler November 5th, 2013 @ 12:00 AM
Might be able to address this in our .htaccess file using the ErrorDocument command like
ErrorDocument 403 /error/403/index.html
ErrorDocument 404 /cgi-bin/error.php?code=404
ErrorDocument 500 /error/500/index.html -
-
dleffler March 24th, 2014 @ 01:33 PM
- State changed from new to resolved
- Assigned user set to dleffler
This has been implemented as intended and should work as expected
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS