Hunter Fernandes h.g.fern@gmail.com wrote:
Well, a site is being moved from a flat weebly layout (this_is_my_page.html) to a wiki style (This_is_my_page), and I wanted to, on every 404 page not found, check an internal conversion table ( this_is_my_page.html -> This_is_my_page ) and then 301 to that page. Is it possible? [...]
Wouldn't it be easier to just dump the internal conversion table as .htaccess rewrites (or your server's equivalent)?
Tim