How Do I Implement a 301 Redirect?

April 8, 2009

How Do I Implement a 301 Redirect?

PHP 301 Redirect (with a .htaccess File)

If the .htaccess file does not exist, create a new file with no trailing extension after the “.htaccess” using a plain text editor (Remember to put the period at the beginning of the file name!). For a Mac, we recommend BBEdit; for Windows, TextPad. Upload it to the root directory. Usually that’s in /public_html or /www on your server.

Add a new line that reads:

redirect 301 / http://www.new-site.com/

Or to redirect individual pages use the following as an example:

redirect 301 /old_page.html http://www.yourdomain.com/abc/new_page.html
In ASP:

Open the old web page and replace all its content with the following code, replacing “www.new-location.com” with the file name of the new page.

<%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”, “http://www.new-location.com”
%>

Entry Filed under: cms, open source, seo, smo. Tags: .

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Recent Posts

Internet

AddThis Bookmark

AddThis Social Bookmark Button

Category Cloud

Affiliate marketing assets cms Commerce in Greece Companies in Greece design greek law Greek real estate greek tax hotels joomla Luxury cars marketing open source play Property search engine optimization seo smo social media Uncategorized wealth WordPress Zen Cart

Tags

adsense assets bloggers blogs cars cms Companies in Greece Corporate economics email marketing greece greek companies greek land greek law greek property greek tax greek taxation hotels Inheritance Inheriting internet marketing internnet marketing joomla luxury Luxury cars mobile marketing newsletters plugins realestate real estate real estate in greece search engine optimization seo SEO For MSN smo social-media-in-greece social media themes tutorials websites WordPress wp wp themes Zen Cart

Archives

Top Clicks

Top Posts

Blog Stats

Blogroll