Forum Moderators: open
[edited by: agerhart at 12:41 am (utc) on Aug. 3, 2004]
[edit reason] removed URL [/edit]
Use standard redirects: don't break the back button! [w3.org]
If you want www.example.org/foo to actually display what's at www.example.org/bar you should not use "refresh" techniques like: <META HTTP-EQUIV=REFRESH CONTENT="1; URL=http://www.example.org/bar">. Why? because it could break the "back" button. Imagine that the user presses the "back" button, the refresh would work again, and the user would bounce forward. The user will most likely get very annoyed, and close the window, which is probably not what you, as the author of this page, want.