.htaccess question
I'm using .htaccess to redirect 404's to a cgi in hopes of tracking info about the errors. When a 404 occurs though, the browser URL changes to the
404.cgi, and the request_URI information is not passed to the script
What I really need to do is keep the requested url the same, and keep it in the browser window.. any help?
|