I am running Apache and what I need is a script, that all attempts to access my Web site go to. For instance, if my domain is mywebsite.com, and someone types in mywebsite.com/section/page, I want /section/page to be the query_string on the script and I want the script to execute. The only way I know of doing this is using ErrorDocument directives and routing all 404s to that one script. But that sometimes makes the URL change and it is unreliable. I need the server to know somehow to send all requests to that one script. Anyone know a way? I have the script all written up and it's easily adaptable to anything.