HTML Redirection Tool

You may use the below URL to generate your redirection script. This can be done by simply inserting the URL where you would like your website to redirect to.
 
http://www.scriptomizers.com/html/html_redirection
 
For example:
I would like my website to redirect to
http://test.com, so I insert my link in the "Redirection URL" textfield. After that, click on the button "Get your code". After that, the script will generate the code for you. Copy the html script and place it on your index.html page or your default document page.
 
The script will look like below:
 
<meta http-equiv="refresh" content="2; url=http://test.com">
 
NOTE : If you would like to do an immediate redirection then you can change the content=2 to content=0. The interger represent the seconds. If you edit the content=3 then mean that the website will only redirect your site after three seconds.

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Related Articles

URL masking

URL masking mean that you would like to hide the actual path of the website file. In order to do...