Forum Moderators: phranque
will I be able to dig out from HTTP_REFERER users.php? (eg. using basename) once rewrite_mod is used?
Some firewall and internet security software strips all referrer data from information sent to a server.
Searchengines don't send referrer data because they don't immediately follow the redirect. They make a note of the redirected URL and crawl it later from their list of URLs to crawl.
Referrer data cannot be relied on all that much.
(You must be rewriting or planning to for it to work at all, so the answer is, as long as you pass the QUERY_STRING you need to the actual location of the file you are running to generate the output for the new 'friendly' URL, then yes, you will be able to get the correct QUERY_STRING to your script, and can even put it together the same way in a Mod_Rewrite Environmental Variable if you need it there.)
If you are not rewriting yet, you will need to and the process can get a bit complicated, but there are tutorials in the Library, including this one: [webmasterworld.com...] on how to do it.
Hope this one is actually some help.
BTW: We all seems to have forgotten our manners...
Welcome to WebmasterWorld!