Custom error is very useful for customizing the error pages, but shouldn't the error page be sent with the original response code (i.e. 403 or 404) instead of 200, which it currently sends?
By sending an HTTP 200 code, the search engines will still think its a valid page, and will index a customized error page for an incorrect URL.
Comments
Comment #1
kbahey commentedYes.
Do you have a patch that fixes this?
Comment #2
subdian commentedI'm afraid I don't. But I would sure like one :-)
I could take a look... I'd imagine it can't be that difficult
Comment #3
kbahey commentedI put in a fix for the 5.x-1.x-dev and 6.x-1.x-dev versions of the module.
It should be available in about 9 hours in the tarball.
Please test that version tomorrow.
Comment #4
toemaz commentedTested with the dev release for D5 and confirms that it works fine. Perhaps you can make a new release?
Comment #5
kbahey commentedNew stable releases created for 5.x and 6.x.
Should appear shortly on the project page.