Forum Moderators: open
I typically accomplish this using a meta redirect and some javascript to back it up just in case the meta redirect isn't supported by the visitor. Works out nicely because bots ignore both methods. Note that I do *not* want to use a .htaccess redirect because I actually want the index page processed.
The problem is, I know this is unfriendly to human visitors if they made a mistake and want to backup to the search page or whereever they just came from. (right now they just get re-forwarded back to the first subsection over and over when they try to backup)
Can any javascript guru come up with a way to detect the person is just backing up and pop them back one more time in their history? I've been pondering it in my head but I can't come up with a clear set of rules to detect the circumstance.
But it appears to be a good answer. Is it 100% cross browser? Works in NS4?
Thanks for your help!