<?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: Override Wordpress Htaccess with Custom Rewrite Rules</title>
	<atom:link href="http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/</link>
	<description>A launchpad for new ideas for the web</description>
	<pubDate>Sun, 01 Aug 2010 02:40:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brett</title>
		<link>http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/comment-page-1/#comment-9285</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=161#comment-9285</guid>
		<description>This is fantastic! Thank you so much! Have you been able to get this to work with Wordpress Permalinks? Evidently there are some flags within WP that cause this not to work if the setting within Permalinks is anything other than Default (even with replacing Wordpress's htaccess details).</description>
		<content:encoded><![CDATA[<p>This is fantastic! Thank you so much! Have you been able to get this to work with Wordpress Permalinks? Evidently there are some flags within WP that cause this not to work if the setting within Permalinks is anything other than Default (even with replacing Wordpress&#8217;s htaccess details).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Singh</title>
		<link>http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/comment-page-1/#comment-8829</link>
		<dc:creator>Sunny Singh</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=161#comment-8829</guid>
		<description>You don't know how much I needed this, thanks for the post! I was getting really frustrated over why my rules were being ignored. Wordpress should include a documentation page on this (or make it easier to find).</description>
		<content:encoded><![CDATA[<p>You don&#8217;t know how much I needed this, thanks for the post! I was getting really frustrated over why my rules were being ignored. Wordpress should include a documentation page on this (or make it easier to find).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/comment-page-1/#comment-6746</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 06 May 2009 03:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=161#comment-6746</guid>
		<description>Thank you so much for posting this.  It was a TREMENDOUS help!</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this.  It was a TREMENDOUS help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://www.ideashower.com/learned/override-wordpress-htaccess-with-custom-rewrite-rules/comment-page-1/#comment-4869</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=161#comment-4869</guid>
		<description>Hi!
I have photoblog software (Pixelpost) installed in my root, so my /index is allready occupied
My WP is installed in mysite/blog/
Now I want the WP about page to be re-written to:
mysite/about/

I tried setting up an .htaccess file in the root with:
RewriteRule ^about(.*)$ blog/?page_id=203$1 [L,NC]

This works, but pulls to:
mysite/blog/about/
because interfears with WordPress? .htaccess (I use the pretty permalinks)
I tried adding the rewrite rule outside the # BEGIN WordPress - # END WordPress block but no luck.

Looking at your URI's you clearly know how to do this, rewrite Wordpress content outside the install dir.
I tried your Request_URI rewrites, but keep on failing.
Your .htaccess example code, where did you place this? In the root? Above or under # WordPress # rewrite rules?

Can you help me?
My code in mysite/blog/.htaccess looks like this:

# BEGIN WordPress

RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]


# END WordPress</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I have photoblog software (Pixelpost) installed in my root, so my /index is allready occupied<br />
My WP is installed in mysite/blog/<br />
Now I want the WP about page to be re-written to:<br />
mysite/about/</p>
<p>I tried setting up an .htaccess file in the root with:<br />
RewriteRule ^about(.*)$ blog/?page_id=203$1 [L,NC]</p>
<p>This works, but pulls to:<br />
mysite/blog/about/<br />
because interfears with WordPress? .htaccess (I use the pretty permalinks)<br />
I tried adding the rewrite rule outside the # BEGIN WordPress - # END WordPress block but no luck.</p>
<p>Looking at your URI&#8217;s you clearly know how to do this, rewrite Wordpress content outside the install dir.<br />
I tried your Request_URI rewrites, but keep on failing.<br />
Your .htaccess example code, where did you place this? In the root? Above or under # WordPress # rewrite rules?</p>
<p>Can you help me?<br />
My code in mysite/blog/.htaccess looks like this:</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /blog/index.php [L]</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
</channel>
</rss>
