<?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: Need htaccess redirect help</title>
		<link>http://en.forums.wordpress.com/topic/need-htaccess-redirect-help</link>
		<description>WordPress.com Forums &#187; Topic: Need htaccess redirect help</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 18:32:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/need-htaccess-redirect-help" rel="self" type="application/rss+xml" />

		<item>
			<title>drmike on "Need htaccess redirect help"</title>
			<link>http://en.forums.wordpress.com/topic/need-htaccess-redirect-help#post-59234</link>
			<pubDate>Thu, 08 Mar 2007 13:45:34 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">59234@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Eewww, doesn't work either.  Also tried to redirect here.</p>
<p>Thank you for the effort though.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Need htaccess redirect help"</title>
			<link>http://en.forums.wordpress.com/topic/need-htaccess-redirect-help#post-59129</link>
			<pubDate>Wed, 07 Mar 2007 22:51:53 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">59129@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>
I hate dealing with htaccess files. :)</p>
</blockquote>
<p>I know, they're a pain...</p>
<p>I haven't tested this, but it might help you:</p>
<pre><code>&lt;IfModule mod_rewrite.c&gt;
##the first part you have it worked out
...

## Dealing with Uploads
RewriteCond %{HTTP_HOST}  ^(www\.)?tdjc.be/wp-content/uploads/$
RewriteRule  ^(www\.)?tdjc.be/wp-content/uploads/$  http:&#047;&#047;avatars.tdjc.be/uploads/ [R=301,L]
&lt;/IfModule&gt;</code></pre>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Need htaccess redirect help"</title>
			<link>http://en.forums.wordpress.com/topic/need-htaccess-redirect-help#post-59112</link>
			<pubDate>Wed, 07 Mar 2007 21:00:58 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">59112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Greets:</p>
<p>I hate dealing with htaccess files. :)</p>
<p>I'm trying to redirect from my old wp site to my blog here.  So far I've got:</p>
<pre><code>RewriteEngine on
RewriteCond %{HTTP_HOST} ^tdjc.be$ [OR]
RewriteCond %{HTTP_HOST} ^www.tdjc.be$
RewriteRule ^(.*)$ http://drmikessteakdinner.com/$1 [R=301,L]</code></pre>
<p>The issues though are that I needs to forward the category pages which are in the format tdjc.be/category/ to drmikessteakdinner.com/tag/  I also need to redirect my former upload directory from tdjc.be/wp-content/uploads/ to avatars.tdjc.be/uploads/</p>
<p>Hope someone can help,<br />
-drmike
</p>
]]></description>
					</item>

	</channel>
</rss>
