<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Easy Wordpress .htaccess 301 Redirect</title>
	<atom:link href="http://blogcrafted.com/how-to-301-redirect-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogcrafted.com/how-to-301-redirect-wordpress/</link>
	<description>build the blog you want!</description>
	<lastBuildDate>Tue, 16 Aug 2011 02:22:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPress Mover</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-23980</link>
		<dc:creator>WordPress Mover</dc:creator>
		<pubDate>Tue, 16 Aug 2011 02:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-23980</guid>
		<description>If you have access to cPanel, look for the &quot;Redirect&quot; menu option for a simple, GUI driven way to accomplish the same thing.</description>
		<content:encoded><![CDATA[<p>If you have access to cPanel, look for the &#8220;Redirect&#8221; menu option for a simple, GUI driven way to accomplish the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-21889</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 27 Jun 2011 13:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-21889</guid>
		<description>Hello,

Thanks for all the help...  
In the end, and after lots of research, it wasn&#039;t the redirect that was the problem.  It was the receiving site&#039;s htaccess that needed editing.

I added the following code just before the #BEGIN Wordpress

DirectoryIndex index.php index.html
Redirect permanent /index.html 
http://www.site name.com/

After that the redirect was seamless.  I just needed the redirect for a .html to pick up a .php file, and this did the trick.

Thanks again, and hope this helps others</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for all the help&#8230;<br />
In the end, and after lots of research, it wasn&#8217;t the redirect that was the problem.  It was the receiving site&#8217;s htaccess that needed editing.</p>
<p>I added the following code just before the #BEGIN Wordpress</p>
<p>DirectoryIndex index.php index.html<br />
Redirect permanent /index.html<br />
<a href="http://www.site" rel="nofollow">http://www.site</a> name.com/</p>
<p>After that the redirect was seamless.  I just needed the redirect for a .html to pick up a .php file, and this did the trick.</p>
<p>Thanks again, and hope this helps others</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-21683</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 21 Jun 2011 08:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-21683</guid>
		<description>Michael, try to add this code in htaccess:

Redirect 301 /index.html http://yournewwebsite.com/index.php

Test then with some tools if the 301 redirect is fine cause I&#039;m not 100% sure.</description>
		<content:encoded><![CDATA[<p>Michael, try to add this code in htaccess:</p>
<p>Redirect 301 /index.html <a href="http://yournewwebsite.com/index.php" rel="nofollow">http://yournewwebsite.com/index.php</a></p>
<p>Test then with some tools if the 301 redirect is fine cause I&#8217;m not 100% sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-21680</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 21 Jun 2011 07:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-21680</guid>
		<description>Hello,
I&#039;m missing something...  I&#039;ve used your code in the .htaccess of the original site, and it does redirect.  Problem is that its redirecting to index.html, and my newsite WP uses index.php...   
so i get a 404 error, page not found

HELP. I&#039;ve been searching everywhere, and i know i&#039;m just missing something silly.

thank</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m missing something&#8230;  I&#8217;ve used your code in the .htaccess of the original site, and it does redirect.  Problem is that its redirecting to index.html, and my newsite WP uses index.php&#8230;<br />
so i get a 404 error, page not found</p>
<p>HELP. I&#8217;ve been searching everywhere, and i know i&#8217;m just missing something silly.</p>
<p>thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-21216</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 07 Jun 2011 09:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-21216</guid>
		<description>This was very useful. I will add, changing all the pictures / file paths from the old domain trough phpmyadmin, details here: http://lorelle.wordpress.com/2005/12/01/search-and-replace-in-wordpress-mysql-database/ (it will replace the domain name). And don&#039;t forget to do some tweaks from webmaster tools to tell google of this move.</description>
		<content:encoded><![CDATA[<p>This was very useful. I will add, changing all the pictures / file paths from the old domain trough phpmyadmin, details here: <a href="http://lorelle.wordpress.com/2005/12/01/search-and-replace-in-wordpress-mysql-database/" rel="nofollow">http://lorelle.wordpress.com/2005/12/01/search-and-replace-in-wordpress-mysql-database/</a> (it will replace the domain name). And don&#8217;t forget to do some tweaks from webmaster tools to tell google of this move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yousaf</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-12518</link>
		<dc:creator>yousaf</dc:creator>
		<pubDate>Wed, 17 Nov 2010 07:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-12518</guid>
		<description>thanks for the article,
But I have some questions, can you pls answer theme?
1. Will I loose my google pagerank using this redirection?
2. Will the old blog be opened and then redirect to the new blog or is it transparent?
3. Can i delete all files and database except .htaccess file?
Please reply soon because i want to migrate.</description>
		<content:encoded><![CDATA[<p>thanks for the article,<br />
But I have some questions, can you pls answer theme?<br />
1. Will I loose my google pagerank using this redirection?<br />
2. Will the old blog be opened and then redirect to the new blog or is it transparent?<br />
3. Can i delete all files and database except .htaccess file?<br />
Please reply soon because i want to migrate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parneix</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-11019</link>
		<dc:creator>Parneix</dc:creator>
		<pubDate>Thu, 23 Sep 2010 01:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-11019</guid>
		<description>Hi,

I&#039;m moving a Wordpress blog from mydomain.net/blog to mydomain.net (so basically just moving it to the root). I&#039;ve tried many command line for the .htaccess file, but they all failed to redirect to the root. 

1) I didn&#039;t have any .htaccess file before. I created one just for this. Is it the only command line I should use or should there be other stuff in there?
2) The .htaccess file should be place in mydomain.net or mydomain.net/blog ?
3) Just for the record, I didn&#039;t assign a www to mydomain.net. I choose the option &quot;leave it alone&quot;. So both are supposed to work.

Thanks for the tips by the way. 

Prnx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m moving a Wordpress blog from mydomain.net/blog to mydomain.net (so basically just moving it to the root). I&#8217;ve tried many command line for the .htaccess file, but they all failed to redirect to the root. </p>
<p>1) I didn&#8217;t have any .htaccess file before. I created one just for this. Is it the only command line I should use or should there be other stuff in there?<br />
2) The .htaccess file should be place in mydomain.net or mydomain.net/blog ?<br />
3) Just for the record, I didn&#8217;t assign a www to mydomain.net. I choose the option &#8220;leave it alone&#8221;. So both are supposed to work.</p>
<p>Thanks for the tips by the way. </p>
<p>Prnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gagan</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-10535</link>
		<dc:creator>Gagan</dc:creator>
		<pubDate>Fri, 20 Aug 2010 03:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-10535</guid>
		<description>hey mate!
Nice post but can we use .htaccess to redirect traffic between sub-domain and root on the same server? I am having this problem.
What I have done is---I have moved my wordpress blog on the root from a subdomain and deleted the sub-domain....now google is not optimizing my website as it thinks that I have copied the content and using it at another place and hence it has penalized me!...I have lost the whole SEO. Please help urgently...i&#039;ll re-install sub-domain and can quickly use .httaccess redirects, if possible...please help?
</description>
		<content:encoded><![CDATA[<p>hey mate!<br />
Nice post but can we use .htaccess to redirect traffic between sub-domain and root on the same server? I am having this problem.<br />
What I have done is&#8212;I have moved my wordpress blog on the root from a subdomain and deleted the sub-domain&#8230;.now google is not optimizing my website as it thinks that I have copied the content and using it at another place and hence it has penalized me!&#8230;I have lost the whole SEO. Please help urgently&#8230;i&#8217;ll re-install sub-domain and can quickly use .httaccess redirects, if possible&#8230;please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogCrafted</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-9699</link>
		<dc:creator>BlogCrafted</dc:creator>
		<pubDate>Mon, 31 May 2010 13:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-9699</guid>
		<description>Hi Sweta, try:

RedirectMatch 301 ^/home/$ http://yoursite.com/</description>
		<content:encoded><![CDATA[<p>Hi Sweta, try:</p>
<p>RedirectMatch 301 ^/home/$ <a href="http://yoursite.com/" rel="nofollow">http://yoursite.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sweta</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/#comment-9696</link>
		<dc:creator>Sweta</dc:creator>
		<pubDate>Mon, 31 May 2010 11:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogcrafted.com/?p=254#comment-9696</guid>
		<description>Hi, 
I am a software developer and use wordpress extensively to build various websites for our company clients. 
The redirect process explained here will redirect everything but is there a way to redirect only one page? Something like redirecting http://yoursite.com/home/ to http://yoursite.com/ ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am a software developer and use wordpress extensively to build various websites for our company clients.<br />
The redirect process explained here will redirect everything but is there a way to redirect only one page? Something like redirecting <a href="http://yoursite.com/home/" rel="nofollow">http://yoursite.com/home/</a> to <a href="http://yoursite.com/" rel="nofollow">http://yoursite.com/</a> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

