<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: mod_rewrite htaccess wordpress.org to wordpress.com</title>
		<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom</link>
		<description>WordPress.com Forums &#187; Topic: mod_rewrite htaccess wordpress.org to wordpress.com</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 23:40:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom" rel="self" type="application/rss+xml" />

		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45950</link>
			<pubDate>Mon, 22 Jan 2007 07:10:32 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>woohoo!
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45906</link>
			<pubDate>Mon, 22 Jan 2007 00:08:22 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">45906@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was close. :)
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45904</link>
			<pubDate>Mon, 22 Jan 2007 00:06:13 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">45904@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>bofe,</p>
<p>If you haven't figured it out yet, try this:</p>
<p><code>&lt;IfModule mod_rewrite.c&gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteRule (.*) http:&#047;&#047;bofe.wordpress.com/$1 [R=301,L]&lt;br /&gt;
&lt;/IfModule&gt;</code></p>
<p>The only difference in my example is that I'm not using the circumflex nor the forward slash. Also, I'm using the R flag.</p>
<p>I bet that the 404 error pages came up because the URL to your article on wordpress.com didn't have the year section in the path.  Something like this:</p>
<p><code>http:&#047;&#047;bofe.wordpress.com/01/21/sample-post/</code></p>
<p>when it should have read</p>
<p><code>http:&#047;&#047;bofe.wordpress.com/2007/01/21/sample-post/</code></p>
<p>If this is the case, the code above should fix your problem.  </p>
<p>If for some reason you still get a 404, try adding this line:</p>
<p><code>RewriteBase /wp/</code></p>
<p>so your rules will read like this:</p>
<p><code>&lt;IfModule mod_rewrite.c&gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteBase /wp/&lt;br /&gt;
RewriteRule (.*) http:&#047;&#047;bofe.wordpress.com/$1 [R=301,L]&lt;br /&gt;
&lt;/IfModule&gt;</code></p>
<p>I tested both forms and they worked for me.</p>
<p>Hope this helps
</p>
]]></description>
					</item>
		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45845</link>
			<pubDate>Sun, 21 Jan 2007 18:45:21 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45845@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>still getting 404s. thanks so much for your help with this issue.
</p>
]]></description>
					</item>
		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45844</link>
			<pubDate>Sun, 21 Jan 2007 18:43:41 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45844@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>the .htaccess file is here: /bofe.org/wp/</p>
<p>So the final look should be?...</p>
<p><code># BEGIN WordPress&lt;br /&gt;
&lt;IfModule mod_rewrite.c&gt;&lt;br /&gt;
RewriteRule ^/(.*) http://bofe.wordpress.com/$1 [QSA,L]&lt;br /&gt;
&lt;/IfModule&gt;&lt;br /&gt;
# END WordPress</code>
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45840</link>
			<pubDate>Sun, 21 Jan 2007 18:35:26 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">45840@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Where is this htaccess file in your directory structure anyway?</p>
<p>If it's in the wp subdirectory, edit out the '/wp'
</p>
]]></description>
					</item>
		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45836</link>
			<pubDate>Sun, 21 Jan 2007 18:29:28 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45836@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>also, just to let you know, with the suggested ReWriteRule, the old permalinks are giving me 404s.
</p>
]]></description>
					</item>
		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45831</link>
			<pubDate>Sun, 21 Jan 2007 18:20:31 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45831@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>drmike,</p>
<p>thanks for the clarification. giving it a try...</p>
<p>didn't work.</p>
<p>here's my .htaccess:</p>
<p><code># BEGIN WordPress&lt;br /&gt;
&lt;IfModule mod_rewrite.c&gt;&lt;br /&gt;
RewriteRule ^/wp/(.*) http://bofe.wordpress.com/$1 [QSA,L]&lt;br /&gt;
&lt;/IfModule&gt;&lt;br /&gt;
# END WordPress</code></p>
<p>the site i'm wanting to do this to is <a href="http://www.bofe.org/wp/" rel="nofollow">http://www.bofe.org/wp/</a>
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45826</link>
			<pubDate>Sun, 21 Jan 2007 18:15:36 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">45826@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just for reference, wordpress.org doesn't do hosting. (We're trying to get folks not to say that as it's causing confusion with other folks.) 'You're using the software from wp.org' is what we're suggesting. :)</p>
<p>You do have RewriteEngine On in your htaccess file, right?</p>
<p>IIRC, it should actually be:</p>
<p><code>RewriteRule ^/wp/(.*) http://bofe.wordpress.com/$1 [QSA,L]&lt;br /&gt;
</code></p>
<p>I hate doing rewrite rules.
</p>
]]></description>
					</item>
		<item>
			<title>andyhillky on "mod_rewrite htaccess wordpress.org to wordpress.com"</title>
			<link>http://en.forums.wordpress.com/topic/mod_rewrite-htaccess-wordpressorg-to-wordpresscom#post-45819</link>
			<pubDate>Sun, 21 Jan 2007 18:06:14 +0000</pubDate>
			<dc:creator>andyhillky</dc:creator>
			<guid isPermaLink="false">45819@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not sure if this is the right place to ask, but I figure it's worth a shot...</p>
<p>I'm wanting to complete a move that I had from a site I hosted with wordpress.org to wordpress.com -- to have all of my archive links redirect to the new site. </p>
<p>wp.org software is installed here: example.com/wp/ </p>
<p>I'm using the <a href="http://www.example.com/wp/2007/01/21/sample-post/" rel="nofollow">http://www.example.com/wp/2007/01/21/sample-post/</a> hyperlinking in WP 2.0.2, so I tried this:</p>
<p>ReWriteRule <a href="http://www.example.com/wp/(.*)" rel="nofollow">http://www.example.com/wp/(.*)</a> <a href="http://bofe.wordpress.com/$1" rel="nofollow">http://bofe.wordpress.com/$1</a></p>
<p>and I had no luck. Can anyone help?</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
