<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The correct way to move a web page to a new URL – the 301 Redirect</title>
	<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/</link>
	<description>Learning how to optimize, one rung at a time.</description>
	<pubDate>Sat,  5 Jul 2008 12:41:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Playing it safe with Search Engine Safe URLs – How to optimize your WordPress Permalink structure - SEO Ladder</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-262</link>
		<dc:creator>Playing it safe with Search Engine Safe URLs – How to optimize your WordPress Permalink structure - SEO Ladder</dc:creator>
		<pubDate>Thu, 26 Jul 2007 15:54:43 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-262</guid>
		<description>[...] before you change over to a new Permalink structure. I suggest taking a look my previous post on the proper way to move a web page for additional information on how redirect old links to your new Search Engine Safe [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] before you change over to a new Permalink structure. I suggest taking a look my previous post on the proper way to move a web page for additional information on how redirect old links to your new Search Engine Safe [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gray</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-241</link>
		<dc:creator>Chris Gray</dc:creator>
		<pubDate>Tue, 24 Jul 2007 02:40:05 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-241</guid>
		<description>@ Vern1271 :: I am no expert on apache or mod_rewrite but I think I was able to get the results you were looking for using the following combination. Give it a go; it should redirect all of your .asp pages to their .php replacement:

&lt;code&gt;
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)\.asp$ $1.php [R=301,L]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@ Vern1271 :: I am no expert on apache or mod_rewrite but I think I was able to get the results you were looking for using the following combination. Give it a go; it should redirect all of your .asp pages to their .php replacement:</p>
<div class="codesnip-container" >RewriteEngine on<br />
RewriteBase /<br />
RewriteRule ^(.*)\.asp$ $1.php [R=301,L]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern1271</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-236</link>
		<dc:creator>Vern1271</dc:creator>
		<pubDate>Mon, 23 Jul 2007 13:45:53 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-236</guid>
		<description>Yes Chris...I am using the exact names as the old .asp pages. I read that I could do this using .htaccess...just tell it to redirect "somename.asp" to "somename.php". Is this correct?</description>
		<content:encoded><![CDATA[<p>Yes Chris&#8230;I am using the exact names as the old .asp pages. I read that I could do this using .htaccess&#8230;just tell it to redirect &#8220;somename.asp&#8221; to &#8220;somename.php&#8221;. Is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gray</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-216</link>
		<dc:creator>Chris Gray</dc:creator>
		<pubDate>Sat, 21 Jul 2007 09:16:42 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-216</guid>
		<description>@ stan :: Thanks for the info on mod_rewrite, I will be surely reading up on this topic shortly as I have a project that will require some extensive redirects in the near future.

@ Vern1271 :: Great question, let me see if I can dig up the correct regular expression to do this.  I am assuming that you are planning a one to one conversion (i.e. somePage.asp will become somePage.php)?  If this is the case it should pretty simple.</description>
		<content:encoded><![CDATA[<p>@ stan :: Thanks for the info on mod_rewrite, I will be surely reading up on this topic shortly as I have a project that will require some extensive redirects in the near future.</p>
<p>@ Vern1271 :: Great question, let me see if I can dig up the correct regular expression to do this.  I am assuming that you are planning a one to one conversion (i.e. somePage.asp will become somePage.php)?  If this is the case it should pretty simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern1271</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-189</link>
		<dc:creator>Vern1271</dc:creator>
		<pubDate>Tue, 17 Jul 2007 16:17:13 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-189</guid>
		<description>We are redesigning our site using PHP instead of .ASP, what should I do to ensure that all those old .asp links get redirected to their new .php equivalent?</description>
		<content:encoded><![CDATA[<p>We are redesigning our site using PHP instead of .ASP, what should I do to ensure that all those old .asp links get redirected to their new .php equivalent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safely Move Your Blog (eMoms Group Research Project) &#124; MamaBlogga</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-162</link>
		<dc:creator>Safely Move Your Blog (eMoms Group Research Project) &#124; MamaBlogga</dc:creator>
		<pubDate>Thu, 12 Jul 2007 14:14:23 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-162</guid>
		<description>[...] Chris Gray at SEO Ladder with the codes for meta refresh (which, as he states, is not recommended), PHP, Apache, C#.NET and Java/JSP. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Chris Gray at SEO Ladder with the codes for meta refresh (which, as he states, is not recommended), PHP, Apache, C#.NET and Java/JSP. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8 Oddities About Derek Semmler &#187; Derek Semmler dot com</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-139</link>
		<dc:creator>8 Oddities About Derek Semmler &#187; Derek Semmler dot com</dc:creator>
		<pubDate>Sat, 07 Jul 2007 19:41:30 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-139</guid>
		<description>[...] Chris Gray :: Chris hasn&#8217;t been posting quite as frequently but did recently share some great information on the correct way to use a 301 redirect [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Chris Gray :: Chris hasn&#8217;t been posting quite as frequently but did recently share some great information on the correct way to use a 301 redirect [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All in a days work&#8230;</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-136</link>
		<dc:creator>All in a days work&#8230;</dc:creator>
		<pubDate>Sat, 30 Jun 2007 18:01:06 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-136</guid>
		<description>[...] The correct way to move a web page to a new URL – the 301 Redirect Also known as a “Permanent Redirect”, the 301 HTTP header is used to notify the browser that the requested page has permanently moved to a new URL. The 301 redirect is the recommended method to move a page to a new URL. (tags: Redirect) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The correct way to move a web page to a new URL – the 301 Redirect Also known as a “Permanent Redirect”, the 301 HTTP header is used to notify the browser that the requested page has permanently moved to a new URL. The 301 redirect is the recommended method to move a page to a new URL. (tags: Redirect) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogger Backup,Cygwin Alternatives, Oneclick Wordpress Plugin&#8230; &#187; Chandrasekhar Vallabhaneni</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-125</link>
		<dc:creator>Blogger Backup,Cygwin Alternatives, Oneclick Wordpress Plugin&#8230; &#187; Chandrasekhar Vallabhaneni</dc:creator>
		<pubDate>Wed, 27 Jun 2007 04:36:54 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-125</guid>
		<description>[...] The correct way to move a web page to a new URL ? ... - By simply moving your page to another URL, you can loose your current ranking for that page in the search index. There are a number of ways to handle moving a page to a new URL but not all are suitable in terms of SEO. This article explores few of them. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The correct way to move a web page to a new URL ? &#8230; - By simply moving your page to another URL, you can loose your current ranking for that page in the search index. There are a number of ways to handle moving a page to a new URL but not all are suitable in terms of SEO. This article explores few of them. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stan</title>
		<link>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-100</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Wed, 20 Jun 2007 06:10:33 +0000</pubDate>
		<guid>http://www.seoladder.com/2007/06/18/the-correct-way-to-move-a-web-page-to-a-new-url/#comment-100</guid>
		<description>Hi Chris,

From usability view, you may need to combine redirections with other url rewriting needs, so many developers or webmasters prefer mod_rewrite.

From a technical view, mod_rewrite is more powerful than Redirect or RedirectMatch. If you put conditions (RewriteCond) in the play, then you go beyond simple redirect mapping. For example, the following configuration redirects all broken links to index.php:

RewriteEngine On
RewriteCond %{HTTP_REFERER} .
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.html$ /index.php?404url=$1 [R,QSA,L]</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>From usability view, you may need to combine redirections with other url rewriting needs, so many developers or webmasters prefer mod_rewrite.</p>
<p>From a technical view, mod_rewrite is more powerful than Redirect or RedirectMatch. If you put conditions (RewriteCond) in the play, then you go beyond simple redirect mapping. For example, the following configuration redirects all broken links to index.php:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.+)\.html$ /index.php?404url=$1 [R,QSA,L]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
