I want my script to find out what specific page the user has loaded. Aside from adding a &url= field in all of my .htaccess rules and recreating the URL within the rule from there, how can I accomplish this?
Is there a CGI environment variable for the path & filename, before it was mod_rewritten?