<?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"
	>
<channel>
	<title>Comments on: Override single WordPress pages with .htaccess</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/</link>
	<description>"It's All Geek To Me"</description>
	<pubDate>Sun, 07 Sep 2008 18:53:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1469</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1469</guid>
		<description>Jason --

The method described here completely overwrites a page with a static HTML page.  I don't think you can do it on WordPress.com.

If you mean modifying the template on an install you're hosting yourself... just modify the template files!</description>
		<content:encoded><![CDATA[<p>Jason &#8211;</p>
<p>The method described here completely overwrites a page with a static HTML page.  I don&#8217;t think you can do it on WordPress.com.</p>
<p>If you mean modifying the template on an install you&#8217;re hosting yourself&#8230; just modify the template files!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1468</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1468</guid>
		<description>I want to be able to modifiy the wordpress templates. I was told a while back all you had to do was make a .htaccess file and some information inside that file to be able to modifiy templates inside wordpress dashboard. What code do i need to accomplish this.</description>
		<content:encoded><![CDATA[<p>I want to be able to modifiy the wordpress templates. I was told a while back all you had to do was make a .htaccess file and some information inside that file to be able to modifiy templates inside wordpress dashboard. What code do i need to accomplish this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strider</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1278</link>
		<dc:creator>Strider</dc:creator>
		<pubDate>Fri, 02 May 2008 16:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1278</guid>
		<description>Ben -- for my take on tags vs. categories, see &lt;a href="/nerdaphernalia/2008/03/tags-vs-categories/"&gt;this post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Ben &#8212; for my take on tags vs. categories, see <a href="/nerdaphernalia/2008/03/tags-vs-categories/">this post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Elvidge</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1272</link>
		<dc:creator>Jared Elvidge</dc:creator>
		<pubDate>Fri, 25 Apr 2008 14:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1272</guid>
		<description>This is good stuff! I'm having a similar .htaccess problem that maybe somebody here could help me with. I have the standard wordpress stuff shared above in my htaccess file and have also added the following:

RewriteEngine On 
RewriteRule ^product/([0-9]+)/$ /product.php?sku=$1

I'm trying to be able to use product/1234 in the url string but still grab the sku number as a GET variable on my static (not controlled by wordpress) product.php page.

If I delete the wordpress stuff, my rewriterule works perfectly, but of course the rest of the site doesn't because the wordpress directives are gone. But with the wordpress stuff in place my rewriterule doesn't work.  Any suggestions for me?</description>
		<content:encoded><![CDATA[<p>This is good stuff! I&#8217;m having a similar .htaccess problem that maybe somebody here could help me with. I have the standard wordpress stuff shared above in my htaccess file and have also added the following:</p>
<p>RewriteEngine On<br />
RewriteRule ^product/([0-9]+)/$ /product.php?sku=$1</p>
<p>I&#8217;m trying to be able to use product/1234 in the url string but still grab the sku number as a GET variable on my static (not controlled by wordpress) product.php page.</p>
<p>If I delete the wordpress stuff, my rewriterule works perfectly, but of course the rest of the site doesn&#8217;t because the wordpress directives are gone. But with the wordpress stuff in place my rewriterule doesn&#8217;t work.  Any suggestions for me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Tremblay</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1073</link>
		<dc:creator>Ben Tremblay</dc:creator>
		<pubDate>Fri, 07 Mar 2008 19:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1073</guid>
		<description>And yaa, that was a typo ... my example shudda used Extension in both cases. *sigh*</description>
		<content:encoded><![CDATA[<p>And yaa, that was a typo &#8230; my example shudda used Extension in both cases. *sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Tremblay</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1072</link>
		<dc:creator>Ben Tremblay</dc:creator>
		<pubDate>Fri, 07 Mar 2008 19:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1072</guid>
		<description>I think there's something about the Category/Tag relationship I don't understand. To my way of thinking, tags should be as though nested beneath category ... so (making up an example here) Extension/WordPress should produce a different set than Extenxion/Firefox ... I don't think that happens at the moment.

I'm rushing right now, so forgive me if this is valueless to you, but it's interesting:
There are 30ish top-level categories, each with a number of 2nd level categories, each with a number of 3rd level categories... when I add additional 3rd level categories, often they don't show up in admin&#62;manage&#62;categories or on
the site itself, though they are in MySQ"
"&lt;a href="http://comox.textdrive.com/pipermail/wp-pro/2008-March/000798.html"&gt;Is there a limit&lt;/a&gt;" in the [WP-Pro] list</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s something about the Category/Tag relationship I don&#8217;t understand. To my way of thinking, tags should be as though nested beneath category &#8230; so (making up an example here) Extension/WordPress should produce a different set than Extenxion/Firefox &#8230; I don&#8217;t think that happens at the moment.</p>
<p>I&#8217;m rushing right now, so forgive me if this is valueless to you, but it&#8217;s interesting:<br />
There are 30ish top-level categories, each with a number of 2nd level categories, each with a number of 3rd level categories&#8230; when I add additional 3rd level categories, often they don&#8217;t show up in admin&gt;manage&gt;categories or on<br />
the site itself, though they are in MySQ&#8221;<br />
&#8220;<a href="http://comox.textdrive.com/pipermail/wp-pro/2008-March/000798.html">Is there a limit</a>&#8221; in the [WP-Pro] list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strider</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1071</link>
		<dc:creator>Strider</dc:creator>
		<pubDate>Fri, 07 Mar 2008 18:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1071</guid>
		<description>Ben --  I'm trying (retroactively in some cases) to keep blog categories fairly broad.  (Though I will probably be moving my plugins to a dedicated "WordPress" section instead of "Features")

You can, however, pull up a page of just WordPress-related posts by clicking on the WordPress tag at the end of this post -- in the "Filed Under" list.  Looks kinda like this:  &lt;a href="/nerdaphernalia/tag/wordpress/"&gt;WordPress&lt;/a&gt;.  You can even get an RSS feed by tacking &lt;code&gt;/feed/&lt;/code&gt; to the end of the URL.

Just one more thing I love about WordPress -- great URL structure! :)</description>
		<content:encoded><![CDATA[<p>Ben &#8212;  I&#8217;m trying (retroactively in some cases) to keep blog categories fairly broad.  (Though I will probably be moving my plugins to a dedicated &#8220;WordPress&#8221; section instead of &#8220;Features&#8221;)</p>
<p>You can, however, pull up a page of just WordPress-related posts by clicking on the WordPress tag at the end of this post &#8212; in the &#8220;Filed Under&#8221; list.  Looks kinda like this:  <a href="/nerdaphernalia/tag/wordpress/">WordPress</a>.  You can even get an RSS feed by tacking <code>/feed/</code> to the end of the URL.</p>
<p>Just one more thing I love about WordPress &#8212; great URL structure! <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Tremblay</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1056</link>
		<dc:creator>Ben Tremblay</dc:creator>
		<pubDate>Sun, 02 Mar 2008 01:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/override-single-wordpress-pages-with-htaccess/#comment-1056</guid>
		<description>Yes, "brill" covers it. Thanks for spending the extra time to explain ... so many really good plugins don't share their voodoo ... this serves as a real good working example, kinda like a tutorial.

p.s. I just grabbed &lt;a href="/nerdaphernalia/features/wp-javascript-pull-quotes/"&gt;your pull-quote plugin&lt;/a&gt;; it's really lovely. (You gonna create a plugins category?</description>
		<content:encoded><![CDATA[<p>Yes, &#8220;brill&#8221; covers it. Thanks for spending the extra time to explain &#8230; so many really good plugins don&#8217;t share their voodoo &#8230; this serves as a real good working example, kinda like a tutorial.</p>
<p>p.s. I just grabbed <a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">your pull-quote plugin</a>; it&#8217;s really lovely. (You gonna create a plugins category?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
