Do you know of a way to selectively use mod_rewrite only if the page isn't found?
The problem is that there will be many different sections of my site, all changing dynamically, and it will be impractical to either change the .htaccess (or httpd.conf) files for each request (because of the rapidly changing nature, and the server-farm configuration). The solution I thought of was to just catch all 404 errors, get the alias from a database to the real site, and load that page... Without letting the user in on the real URL.
So if I have to use mod_rewrite, for speed purposes, I only want to use it when the request would not be found otherwise.
Any ideas on the general problem (maybe an apache module I don't know of) or the solution?
Tom Brown
Netnexus: Where gamers play
http://www.netnexus.com