Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged redirect
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
This snippet can be used to redirect the user to a different page (launch-page index.html) using only HTML
0
752
posted 12 years ago by sommertim
A user may click a link on a mobile site which should open a page on the desktop site, not the mobile site. Appending the following code to the link will do that.
0
988
posted 13 years ago by amandalaine
Redirects all server inquires to the one url to reduce duplicate indexes. AKA. http://www.ex.com and http://ex.com
0
780
posted 13 years ago by CKOink
You must use Google friendly domain redirect in these cases:
You changed a domain name for your web page and want the old one to redirect visitors to a new one.
You have many domains for your website (one primary and many alternative).
You want to...
1
698
posted 14 years ago by RM
In the content property, the first number is the number of seconds until the refresh, the URL is where the redirect will go.
2
914
posted 15 years ago by chippper
Use to redirect an html page after headers have already been sent. The 5 is the number of seconds before redirect to the URL.
1
772
posted 18 years ago by pckujawa
« Prev 1 Next »