<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Ultimate Wordpress Htaccess File?</title>
	<atom:link href="http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:11:31 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: AndyBeard</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-442006</link>
		<dc:creator>AndyBeard</dc:creator>
		<pubDate>Thu, 03 Sep 2009 05:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-442006</guid>
		<description>Basic rewites, just let Wordpress do it</description>
		<content:encoded><![CDATA[<p>Basic rewites, just let Wordpress do it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokia 5530 Blog</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-442005</link>
		<dc:creator>Nokia 5530 Blog</dc:creator>
		<pubDate>Thu, 03 Sep 2009 05:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-442005</guid>
		<description>I have the following .htacess file, working fine at site root:&lt;br&gt;RewriteEngine On&lt;br&gt;&lt;br&gt;#if the requested filename does not exists (as file nor directory), then assume CAT_NAME_HERE/SUB_CAT_HERE&lt;br&gt;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;&lt;br&gt;RewriteRule ^([^/]+)/([^/]+)/?$ /index.php?c=$1&amp;area=$2 [L,QSA]&lt;br&gt;&lt;br&gt;RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?c=$1&amp;area=$2&amp;d=$3&amp;subarea=$4 [L,QSA]&lt;br&gt;&lt;br&gt;###END################################…&lt;br&gt;&lt;br&gt;But now I instaled wordpress at a subfolder like &lt;a href=&quot;http://www.website.com/worpress/&quot; rel=&quot;nofollow&quot;&gt;www.website.com/worpress/&lt;/a&gt; and&lt;br&gt;&lt;br&gt;with this .htaccess file the images of subfolders like /wp-admin/ do not display.&lt;br&gt;&lt;br&gt;Thank your for your time.</description>
		<content:encoded><![CDATA[<p>I have the following .htacess file, working fine at site root:<br />RewriteEngine On</p>
<p>#if the requested filename does not exists (as file nor directory), then assume CAT_NAME_HERE/SUB_CAT_HERE</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f</p>
<p>RewriteCond %{REQUEST_FILENAME} !-d</p>
<p>RewriteRule ^([^/]+)/([^/]+)/?$ /index.php?c=$1&#038;area=$2 [L,QSA]</p>
<p>RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?c=$1&#038;area=$2&#038;d=$3&#038;subarea=$4 [L,QSA]</p>
<p>###END################################…</p>
<p>But now I instaled wordpress at a subfolder like <a href="http://www.website.com/worpress/">http://www.website.com/worpress/</a> and</p>
<p>with this .htaccess file the images of subfolders like /wp-admin/ do not display.</p>
<p>Thank your for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgopinath</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-441484</link>
		<dc:creator>rgopinath</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-441484</guid>
		<description>Hi I am cracking my head over  here.&lt;br&gt;Still i am not able to set permalinks. I am using plesk control panel.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.neuronring.com&quot; rel=&quot;nofollow&quot;&gt;http://blogs.neuronring.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi I am cracking my head over  here.<br />Still i am not able to set permalinks. I am using plesk control panel.</p>
<p><a href="http://blogs.neuronring.com">http://blogs.neuronring.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Microcap Speculator &#8212; microcapspeculator.net</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-434942</link>
		<dc:creator>The Microcap Speculator &#8212; microcapspeculator.net</dc:creator>
		<pubDate>Tue, 31 Mar 2009 03:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-434942</guid>
		<description>[...] out it was something to do with the .htaccess file.Â  Thanks to Andy Beard, who unwittingly saved my day.    Comments 0 Post Comment [...]</description>
		<content:encoded><![CDATA[<p>[...] out it was something to do with the .htaccess file.Â  Thanks to Andy Beard, who unwittingly saved my day.    Comments 0 Post Comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Importance of Backing Up Blog Regularly</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-339634</link>
		<dc:creator>Importance of Backing Up Blog Regularly</dc:creator>
		<pubDate>Fri, 08 Aug 2008 15:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-339634</guid>
		<description>[...] write some rules in .htaccess file (mod_rewrite). Hence while trying to do that as per directive of ultimate .htaccess by Andy Beard and per directives of no-www.org to make this blog as class B and per Daily Blog Tips on 301 [...]</description>
		<content:encoded><![CDATA[<p>[...] write some rules in .htaccess file (mod_rewrite). Hence while trying to do that as per directive of ultimate .htaccess by Andy Beard and per directives of no-www.org to make this blog as class B and per Daily Blog Tips on 301 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joomla guy</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-299723</link>
		<dc:creator>joomla guy</dc:creator>
		<pubDate>Thu, 29 May 2008 00:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-299723</guid>
		<description>Ive been hacking my brain on figuring out the best way to set up my htaccess file for about a week now and nothing seemed to bear fruit. Just tried your recommended approach as outlined above and Voila! it works like a charm :) 

Thank you!</description>
		<content:encoded><![CDATA[<p>Ive been hacking my brain on figuring out the best way to set up my htaccess file for about a week now and nothing seemed to bear fruit. Just tried your recommended approach as outlined above and Voila! it works like a charm :) </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Structural SEO for WordPress Blogs - Gettin' Friendly with the Engines</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-209024</link>
		<dc:creator>Structural SEO for WordPress Blogs - Gettin' Friendly with the Engines</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-209024</guid>
		<description>[...] You can get the details about how to do this from Andy Beard&#8217;s excellent article &#8220;Ultimate WordPress Htaccess file&#8221; or from   Sebastianâ€™s Pamphlet on trailing slash canonicalization .  Be careful with your [...]</description>
		<content:encoded><![CDATA[<p>[...] You can get the details about how to do this from Andy Beard&#8217;s excellent article &#8220;Ultimate WordPress Htaccess file&#8221; or from   Sebastianâ€™s Pamphlet on trailing slash canonicalization .  Be careful with your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-158996</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Thu, 27 Dec 2007 10:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-158996</guid>
		<description>now reworded - the code gets rid of trailing slash problems

You will notice I don&#039;t use trailing slashes on this site for canonical permalinks, because I have a specified document type.
If you don&#039;t have a specified document type, with folders being used as a permalink URL, then you would use a trailing slash - that works too.</description>
		<content:encoded><![CDATA[<p>now reworded &#8211; the code gets rid of trailing slash problems</p>
<p>You will notice I don&#8217;t use trailing slashes on this site for canonical permalinks, because I have a specified document type.<br />
If you don&#8217;t have a specified document type, with folders being used as a permalink URL, then you would use a trailing slash &#8211; that works too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor The Troll</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-158982</link>
		<dc:creator>Igor The Troll</dc:creator>
		<pubDate>Thu, 27 Dec 2007 10:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-158982</guid>
		<description>Andy, ..:)</description>
		<content:encoded><![CDATA[<p>Andy, ..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vacation Rentals</title>
		<link>http://andybeard.eu/612/the-ultimate-wordpress-htaccess-file.html#comment-158898</link>
		<dc:creator>Vacation Rentals</dc:creator>
		<pubDate>Thu, 27 Dec 2007 07:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/04/the-ultimate-wordpress-htaccess-file.html#comment-158898</guid>
		<description>Just curious why you want to get rid of the trailing slash? Trailing slashes are definitely the way to go. It takes longer for a server to render a page with them off. It&#039;s one more iteration it has to go thru...</description>
		<content:encoded><![CDATA[<p>Just curious why you want to get rid of the trailing slash? Trailing slashes are definitely the way to go. It takes longer for a server to render a page with them off. It&#8217;s one more iteration it has to go thru&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
