Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
301 Redirect in 4 Languages Coldfusion PHP ASP ASP.NET
mellonstock.com
follow
2
1-12-2006 10:07 PM
239 views
tags:
webdev
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Navajo Code Talkers break silence for Veterans Day
Elderly Who Forget Age Remember Better
One year in 40 seconds
Congratulations shaor
8 Stay young foods
The hazards of driving in East Tennessee
Is the Large Hadron Collidar Being Sabotaged by the Future?
World's first all-glass underwater restaurant has amazing views
Heartbreaking: Fort Hood soldiers remembered, in pictures (21 images)
Homophobic is a “made-up word”
visit the
Top Clips page
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/9ce934fb-5528-4083-af27-cbc6668dcc89/EB26E38E-FC4A-48E4-8137-92F70409DA80/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.davidnaylor.co.uk/archives/2005/12/22/301-redirect-on-page-code/" href="http://www.davidnaylor.co.uk/archives/2005/12/22/301-redirect-on-page-code/" style="font-size: 11px;">www.davidnaylor.co.uk</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.davidnaylor.co.uk/archives/2005/12/22/301-redirect-on-page-code/"><code><strong>301 Redirect in ColdFusion</strong> <.cfheader statuscode="301″ statustext="Moved permanently"> <.cfheader name="Location” value="http://www.new-site.com"> </code> <code> <strong>301 Redirect in PHP</strong> <?php Header( “HTTP/1.1 301 Moved Permanently” ); Header( “Location: http://www.new-site.com” ); ?> </code> <code> <strong>301 Redirect in ASP</strong> <%@ Language=VBScript %> <% Response.Status="301 Moved Permanently” Response.AddHeader “Location", ” http://www.new-site.com” > </code> <code> <strong>301 Redirect in ASP .NET</strong> <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { Response.Status = “301 Moved Permanently"; Response.AddHeader("Location","http://www.new-site.com"); } </script></code></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/EB26E38E-FC4A-48E4-8137-92F70409DA80/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK