Welcome To Snipplr
Everyone's Recent Snippets Tagged redirect
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.
0
1611
posted 17 years ago by jonhenshaw
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.
0
1775
posted 17 years ago by jonhenshaw
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.
0
1109
posted 17 years ago by jonhenshaw
Redirects from one method to another in a controller. This is handy when there's an error, and you need to go back to index page, or for other purposes.
1
890
posted 18 years ago by wackimonki
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
931
posted 18 years ago by pckujawa
redirects a splash page if visited before. Number of days until expiry can be set
0
966
posted 18 years ago by markhope
Redirect a splash page using javascript. This snippet allows one redirect per session making the backwards navigation possible using the back button.
0
1059
posted 18 years ago by markhope