Other browser work with this redirecting code except IE. The code is: <meta http-equiv="refresh" content="5;URL=http://example.com"> Code (markup): What's wrong with IE?
Because IE has an option in it's settings to ignore a META-refresh. Whenever you use a META-refresh,you need to provide a message that says: "If you browser doesn't redirect you in five seconds, please click here. Let me know if this helps!
depends on your host though - if windows host use .asp redirect <% Response.Redirect("http://www.url.com") %>