Forum Moderators: phranque

Message Too Old, No Replies

Apache Modulke to Return Options?

Is there such an animal?

         

carfac

7:11 pm on Apr 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi:

Been thinking- it would be nice, instead of just responding with a 404: Page Not Found (even a custom one) to return a

"This page is not found... but here are some similar ones..." and have some links

Is there an Apache Mod that does this?

What would be especially nice is if you change a path from

/path/to/blue_widgets

to

/path/to/the_blue_widgets

to pop that into some sort of config, so iut has an idea when you move pages, where they might be!

dave

lemat

11:30 pm on Apr 18, 2004 (gmt 0)

10+ Year Member



there is mod_spelling, which can correct one letter in the URL.
Or you can set:
ErrorDocument 404 some_script.php

which (the script) can search a database of keywords and output a list of closest matches.