URL Redirect Generator
Results
If your server uses dynamic page generation, the fastest way to redirect is to tell the browser about the new page before it even considers the current page.
If your pages are plain html or the situation doesn't allow one of the above methods you can put this html tag into your <head> block.
PHP:
ASP:
(note: this assumes your are using visualbasic asp. for c#, replace " : Response" with " ; Response")If your pages are plain html or the situation doesn't allow one of the above methods you can put this html tag into your <head> block.
META:
It may be too late to put anything in the <head> in which case you can use a small script to handle the redirect.JAVASCRIPT:
If you don't want to use a script, or want to make sure those who don't support scripts still know where to go, provide a simple link.HTML:
Like this tool? Save it, or share with the world!
Link to this tool
About this tool
The URL Redirect Generator will create the code you need to automatically redirect visitors from one page to another. The tool generates code for a variety of redirect methods including: PHP, ASP, META, JavaScript and HTML. Use whichever one(s) apply to you.