<?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: Stop Wordpress Overwriting Custom .htaccess Rules</title>
	<atom:link href="http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/</link>
	<description>Search Engine Optimisation Ireland</description>
	<lastBuildDate>Wed, 04 Aug 2010 12:48:12 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<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: Daniel</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16207</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 23 May 2010 14:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16207</guid>
		<description>Thanks a lot Richard !! I will do it exactly like you ve said and will let you know , is there some other way to see if some of the plugins are updating my .htaccess ? search in plugin script code etc? i will disable them everytime i will see that the 505 server continues..
btw. I have made some investigations and have found that the URL from my error logs belongs to one very big forum in china dedicating a lot to the spamming and is hosted on the same hosting(bluehost)
hxxp://makemoney.vipearn.com/  have changed http to hxxp to not spam here.
It lets me think that if they share the same server they could also hack bluehost - not me.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Richard !! I will do it exactly like you ve said and will let you know , is there some other way to see if some of the plugins are updating my .htaccess ? search in plugin script code etc? i will disable them everytime i will see that the 505 server continues..<br />
btw. I have made some investigations and have found that the URL from my error logs belongs to one very big forum in china dedicating a lot to the spamming and is hosted on the same hosting(bluehost)<br />
<a href="hxxp://makemoney.vipearn.com/">hxxp://makemoney.vipearn.com/</a>  have changed http to hxxp to not spam here.<br />
It lets me think that if they share the same server they could also hack bluehost &#8211; not me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hearne</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16205</link>
		<dc:creator>Richard Hearne</dc:creator>
		<pubDate>Sun, 23 May 2010 12:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16205</guid>
		<description>Hi Daniel
Most likely an installed plugin is adding this. Since it only seems to happen every day or 2 it&#039;s going to be hard to track down the culprit.
Best advice is to disable plugins in small batches and watch to see if the problem goes away. Once you&#039;ve tracked down a batch that removes the issue then disable each of those one by one to see which is causing the problem.
If you know of any installed plguins that update .htaccess then try to disable those first to track down culprit.
Hope you fix the problem, rgds
Richard</description>
		<content:encoded><![CDATA[<p>Hi Daniel</p>
<p>Most likely an installed plugin is adding this. Since it only seems to happen every day or 2 it&#8217;s going to be hard to track down the culprit.<br />
Best advice is to disable plugins in small batches and watch to see if the problem goes away. Once you&#8217;ve tracked down a batch that removes the issue then disable each of those one by one to see which is causing the problem.<br />
If you know of any installed plguins that update .htaccess then try to disable those first to track down culprit.</p>
<p>Hope you fix the problem, rgds<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16176</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 22 May 2010 11:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-16176</guid>
		<description>Hello,
I see that here almost anybody knows something about htaccess file, Can somebody help me with .htaccess file issue?
I have a wordpress website with some plugins and another subdomains installations, almost everyday or second day I got a 505 internal server error , if I remove .htaccess file it works again until next day or next 2 days.
I noticed that everytime it happens .htaccess file changes from :
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
to
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
s
After the problem something adds &quot;s&quot; at the end of the .htaccess file .
I have no idea what can cause it , could you tell me where can i find the problem ? I have the last wordpress version , my Hosting company is Bluehost.com , i run on:
Linux
Architecture  	x86_64
MySQL version 	5.1.46-log
Apache version  	2.2.15
Kernel version 	2.6.28-10.40.intel.E1000E.BHsmp
PHP version 	5.2.13
Hope that somebody can help , I am not .htaccess expert at all
thanks Daniel
</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I see that here almost anybody knows something about htaccess file, Can somebody help me with .htaccess file issue?<br />
I have a wordpress website with some plugins and another subdomains installations, almost everyday or second day I got a 505 internal server error , if I remove .htaccess file it works again until next day or next 2 days.</p>
<p>I noticed that everytime it happens .htaccess file changes from :</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p>to </p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress<br />
s</p>
<p>After the problem something adds &#8220;s&#8221; at the end of the .htaccess file .<br />
I have no idea what can cause it , could you tell me where can i find the problem ? I have the last wordpress version , my Hosting company is Bluehost.com , i run on:</p>
<p>Linux<br />
Architecture  	x86_64<br />
MySQL version 	5.1.46-log<br />
Apache version  	2.2.15<br />
Kernel version 	2.6.28-10.40.intel.E1000E.BHsmp<br />
PHP version 	5.2.13  </p>
<p>Hope that somebody can help , I am not .htaccess expert at all<br />
thanks Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-14111</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Wed, 07 Apr 2010 00:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-14111</guid>
		<description>Great tip.  You are correct, a simple comment in the default .htaccess file would have been useful.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great tip.  You are correct, a simple comment in the default .htaccess file would have been useful.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-9546</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-9546</guid>
		<description>Hey, good tip.  I was having the same problem.  I just added my custom rules to the bottom.  Everything has been fine since.</description>
		<content:encoded><![CDATA[<p>Hey, good tip.  I was having the same problem.  I just added my custom rules to the bottom.  Everything has been fine since.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Robertson</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-9008</link>
		<dc:creator>David Robertson</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-9008</guid>
		<description>Excellent.  Thank you so much.  And there was me thinking a plugin was at fault!</description>
		<content:encoded><![CDATA[<p>Excellent.  Thank you so much.  And there was me thinking a plugin was at fault!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1733</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1733</guid>
		<description>Wow, thank you. This has been making me CRAZY!!!</description>
		<content:encoded><![CDATA[<p>Wow, thank you. This has been making me CRAZY!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gee</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1734</link>
		<dc:creator>gee</dc:creator>
		<pubDate>Mon, 25 May 2009 18:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1734</guid>
		<description>Brilliant! Solved all my headaches! THANKS!</description>
		<content:encoded><![CDATA[<p>Brilliant! Solved all my headaches! THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Buckley</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1732</link>
		<dc:creator>Phil Buckley</dc:creator>
		<pubDate>Fri, 30 Jan 2009 00:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1732</guid>
		<description>Ahhhh, thank you for saving me the trouble of trudging through the code.</description>
		<content:encoded><![CDATA[<p>Ahhhh, thank you for saving me the trouble of trudging through the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: Prevent WP from Overwriting Custom htaccess Rules &#124; WhyPad</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1726</link>
		<dc:creator>WordPress: Prevent WP from Overwriting Custom htaccess Rules &#124; WhyPad</dc:creator>
		<pubDate>Fri, 12 Sep 2008 03:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1726</guid>
		<description>[...] Thanks to Richard at Red Cardinal for pointing out the very simple fix to this problem here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to Richard at Red Cardinal for pointing out the very simple fix to this problem here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkmk</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1729</link>
		<dc:creator>pkmk</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1729</guid>
		<description>thanks, it was getting silly this overwriting of my custom .htaccess ;]</description>
		<content:encoded><![CDATA[<p>thanks, it was getting silly this overwriting of my custom .htaccess ;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1731</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1731</guid>
		<description>thanks richard! fixed my problem!</description>
		<content:encoded><![CDATA[<p>thanks richard! fixed my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James T</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1727</link>
		<dc:creator>James T</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1727</guid>
		<description>Thank you very much for this.
It happened a few weeks ago and I assumed it was a server oddity that reset the .htaccess file.
But today I found that saving any post/page caused the .htaccess to take out all my custom rules.
I came here and it fixed it.  Like you, I thought it made sense to only have 1 if statement rather than 2.
Many thanks.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this.</p>
<p>It happened a few weeks ago and I assumed it was a server oddity that reset the .htaccess file.</p>
<p>But today I found that saving any post/page caused the .htaccess to take out all my custom rules.</p>
<p>I came here and it fixed it.  Like you, I thought it made sense to only have 1 if statement rather than 2.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hearne</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1730</link>
		<dc:creator>Richard Hearne</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1730</guid>
		<description>@Kenrick - simple answer to that is that WP cannot write to .htaccess if you chmod it. WP can actually write some useful stuff in there, and quite a few plugins use this functionality.</description>
		<content:encoded><![CDATA[<p>@Kenrick &#8211; simple answer to that is that WP cannot write to .htaccess if you chmod it. WP can actually write some useful stuff in there, and quite a few plugins use this functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenrick</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1728</link>
		<dc:creator>kenrick</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1728</guid>
		<description>um, how about you just chmod the .htaccess file to not be writable by the server? as in read only access?</description>
		<content:encoded><![CDATA[<p>um, how about you just chmod the .htaccess file to not be writable by the server? as in read only access?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Meade</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1725</link>
		<dc:creator>David Meade</dc:creator>
		<pubDate>Thu, 28 Feb 2008 20:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1725</guid>
		<description>Thanks for checking, Richard.
I just last night got it to work. I&#039;m actually not 100% sure what combination of things I was messing with finally got it to work. :-)</description>
		<content:encoded><![CDATA[<p>Thanks for checking, Richard.</p>
<p>I just last night got it to work. I&#8217;m actually not 100% sure what combination of things I was messing with finally got it to work. <img src='http://www.redcardinal.ie/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hearne</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1724</link>
		<dc:creator>Richard Hearne</dc:creator>
		<pubDate>Thu, 28 Feb 2008 19:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1724</guid>
		<description>Hi David
Have to say I wouldn&#039;t know where to start. You&#039;re .htaccess is a little more exotic than most.
Rgds
Richard</description>
		<content:encoded><![CDATA[<p>Hi David</p>
<p>Have to say I wouldn&#8217;t know where to start. You&#8217;re .htaccess is a little more exotic than most.</p>
<p>Rgds<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Meade</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1723</link>
		<dc:creator>David Meade</dc:creator>
		<pubDate>Wed, 20 Feb 2008 16:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1723</guid>
		<description>Hi Richard. I found this post thanks to a google search in hopes of fixing a wordpress/.htaccess issue I&#039;m having.  I wonder if you could shed some light on why my .htaccess file is preventing wordpress pingbacks from working.
After messing around with my .htaccess I actually got a pingback to work once ... once .  Something in here is breaking pingbacks.
Any insight you might have would be greatly appreciated.
My rewrite rules are:
# Use PHP5CGI as default
AddHandler fcgid-script .php
FCGIWrapper /usr/local/cpanel/cgi-sys/fcgiwrapper .php
RewriteEngine On
RewriteBase /
RewriteRule ^feed/?$ http://feeds.feedburner.com/DavidMeade [QSA,L]
RewriteRule ^itunes/?$ http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=87086557 [QSA,L]
RewriteRule ^media/(.+)/?$ /post/post.php?mediaID=$1 [QSA,L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress</description>
		<content:encoded><![CDATA[<p>Hi Richard. I found this post thanks to a google search in hopes of fixing a wordpress/.htaccess issue I&#8217;m having.  I wonder if you could shed some light on why my .htaccess file is preventing wordpress pingbacks from working.</p>
<p>After messing around with my .htaccess I actually got a pingback to work once &#8230; once .  Something in here is breaking pingbacks.</p>
<p>Any insight you might have would be greatly appreciated.</p>
<p>My rewrite rules are:</p>
<p># Use PHP5CGI as default<br />
AddHandler fcgid-script .php<br />
FCGIWrapper /usr/local/cpanel/cgi-sys/fcgiwrapper .php</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^feed/?$ <a href="http://feeds.feedburner.com/DavidMeade">http://feeds.feedburner.com/DavidMeade</a> [QSA,L]<br />
RewriteRule ^itunes/?$ <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=87086557">http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=87086557</a> [QSA,L]<br />
RewriteRule ^media/(.+)/?$ /post/post.php?mediaID=$1 [QSA,L]</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stupendous Man &#187; Separate Feedburner feeds and categories feeds using .htaccess</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1722</link>
		<dc:creator>Stupendous Man &#187; Separate Feedburner feeds and categories feeds using .htaccess</dc:creator>
		<pubDate>Wed, 21 Nov 2007 04:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1722</guid>
		<description>[...] I stumbled upon this as I was doing a bit of research, and hit upon some excellent posts here and here. [Please do read those posts before going ahead as they are excellent source of information] I had [...]</description>
		<content:encoded><![CDATA[<p>[...] I stumbled upon this as I was doing a bit of research, and hit upon some excellent posts here and here. [Please do read those posts before going ahead as they are excellent source of information] I had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1721</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Sat, 25 Aug 2007 03:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1721</guid>
		<description>Hey thanks for the advice...I&#039;ve been having trouble with that too...hopefully this will fix the problem!</description>
		<content:encoded><![CDATA[<p>Hey thanks for the advice&#8230;I&#8217;ve been having trouble with that too&#8230;hopefully this will fix the problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hearne</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1720</link>
		<dc:creator>Richard Hearne</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1720</guid>
		<description>@John - I&#039;m happy that I&#039;m not the only one to have come acropper with this. So far it seems to be holding out well for me - only reason I&#039;ve needed to update my .htaccess file as been to ad some new referrers to ban.
@ Paul - yep. Generally you wont need this.
Rgds to both!</description>
		<content:encoded><![CDATA[<p>@John &#8211; I&#8217;m happy that I&#8217;m not the only one to have come acropper with this. So far it seems to be holding out well for me &#8211; only reason I&#8217;ve needed to update my .htaccess file as been to ad some new referrers to ban.</p>
<p>@ Paul &#8211; yep. Generally you wont need this.</p>
<p>Rgds to both!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1719</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1719</guid>
		<description>err in the brackets should be &#039;&lt;ifmodule mod_rewrite.c&gt;&#039; :(</description>
		<content:encoded><![CDATA[<p>err in the brackets should be &#8216;&lt;ifmodule mod_rewrite.c&gt;&#8217; <img src='http://www.redcardinal.ie/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1718</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1718</guid>
		<description>hiya,
I do mine the same way, but one question the &lt;i&gt;&quot;&quot; that you have ? Is this just to stop Apache crashing incase great sysadmin forgets to reinstall mod_rewrite ?
thanks,
paul&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>hiya,<br />
I do mine the same way, but one question the <i>&#8220;&#8221; that you have ? Is this just to stop Apache crashing incase great sysadmin forgets to reinstall mod_rewrite ?<br />
thanks,<br />
paul</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLH</title>
		<link>http://www.redcardinal.ie/blogs/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1717</link>
		<dc:creator>JLH</dc:creator>
		<pubDate>Mon, 11 Jun 2007 22:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcardinal.ie/webdev/11-06-2007/stop-wordpress-overwriting-htaccess/#comment-1717</guid>
		<description>Thanks Richard, I&#039;m off to see if I&#039;ve got anything within the wordpress block.</description>
		<content:encoded><![CDATA[<p>Thanks Richard, I&#8217;m off to see if I&#8217;ve got anything within the wordpress block.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
