<?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: Netfirms Pretty Permalinks Now Supported By Netfirms?</title>
	<atom:link href="http://www.joelika.com/2008/03/24/266/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joelika.com/2008/03/24/266</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 18 May 2009 18:46:49 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Netfirms Pretty Permalinks</title>
		<link>http://www.joelika.com/2008/03/24/266/comment-page-1#comment-2997</link>
		<dc:creator>Netfirms Pretty Permalinks</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.joelika.com/2008/03/24/266#comment-2997</guid>
		<description>[...] for WordPress pretty permalinks out of the box, rendering this plugin obsolete. Please visit http://www.joelika.com/2008/03/24/266 for more details and how to enable Netfirms pretty permalink support if you&#8217;ve been using [...]</description>
		<content:encoded><![CDATA[<p>[...] for WordPress pretty permalinks out of the box, rendering this plugin obsolete. Please visit <a href="http://www.joelika.com/2008/03/24/266" rel="nofollow">http://www.joelika.com/2008/03/24/266</a> for more details and how to enable Netfirms pretty permalink support if you&#8217;ve been using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8220;No input file specified&#8221; error</title>
		<link>http://www.joelika.com/2008/03/24/266/comment-page-1#comment-2778</link>
		<dc:creator>&#8220;No input file specified&#8221; error</dc:creator>
		<pubDate>Thu, 24 Apr 2008 01:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.joelika.com/2008/03/24/266#comment-2778</guid>
		<description>[...] support URIs without &#8220;/index.php,&#8221; without the work-around. Apparently Netfirms fixed this one month ago, but I didn&#8217;t have any clashes till [...]</description>
		<content:encoded><![CDATA[<p>[...] support URIs without &#8220;/index.php,&#8221; without the work-around. Apparently Netfirms fixed this one month ago, but I didn&#8217;t have any clashes till [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.joelika.com/2008/03/24/266/comment-page-1#comment-2773</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Sun, 13 Apr 2008 23:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.joelika.com/2008/03/24/266#comment-2773</guid>
		<description>Hi Brad W,

Are you currently using my Netfirms Pretty Permalinks plugin? The default rules should look something link this:

# BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;

# END WordPress

You can copy and paste that into your .htaccess file, however your RewriteBase will vary depending if you have WordPress installed in a sub-directory. Let us know if that solves anything for you.</description>
		<content:encoded><![CDATA[<p>Hi Brad W,</p>
<p>Are you currently using my Netfirms Pretty Permalinks plugin? The default rules should look something link this:</p>
<p># BEGIN WordPress<br />
<ifmodule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</ifmodule></p>
<p># END WordPress</p>
<p>You can copy and paste that into your .htaccess file, however your RewriteBase will vary depending if you have WordPress installed in a sub-directory. Let us know if that solves anything for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad W</title>
		<link>http://www.joelika.com/2008/03/24/266/comment-page-1#comment-2770</link>
		<dc:creator>Brad W</dc:creator>
		<pubDate>Wed, 09 Apr 2008 17:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.joelika.com/2008/03/24/266#comment-2770</guid>
		<description>&quot; ....you’ll need to change your .htaccess manually to the default mod_rewrite rules WordPress will generate.&quot;

Exactly how and where do I find those default mod_rewrite rules?

I had pretty permalinks working (without your plug-in) on my netfirms account until a couple of weeks ago.  Now they&#039;ve stopped, and I can&#039;t navigate past the home page unless I revert to the default permalinks.

I deleted the .htaccess file on the server, selected the desired pretty permalinks structure, which created a new .htaccess file.  Which has nothing in it, as far as I can see.  And the permalinks still don&#039;t work.

Any advice?</description>
		<content:encoded><![CDATA[<p>&#8221; &#8230;.you’ll need to change your .htaccess manually to the default mod_rewrite rules WordPress will generate.&#8221;</p>
<p>Exactly how and where do I find those default mod_rewrite rules?</p>
<p>I had pretty permalinks working (without your plug-in) on my netfirms account until a couple of weeks ago.  Now they&#8217;ve stopped, and I can&#8217;t navigate past the home page unless I revert to the default permalinks.</p>
<p>I deleted the .htaccess file on the server, selected the desired pretty permalinks structure, which created a new .htaccess file.  Which has nothing in it, as far as I can see.  And the permalinks still don&#8217;t work.</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
