Forum Moderators: phranque
The problem is that with mod_rewrites in place, $_SERVER['php self'] and referer, and URI all pull up the ACTUAL url (so in my case it pulls up the .PHP files instead of my re-written .HTML files). So the redirect will be incorrect.
So how does one solve this problem with the least amount of work?