Search This Blog

Wednesday, June 20, 2012

How to redirect the website Url to different domain names

To redirect the website Url  to different domain names  like

1.example.com
2..example.org
3..example.co.in

This is an example of a simple HTML document that uses this technique


<meta http-equiv="Refresh" content="0; url=http://www.example.com/" />


No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...