<?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: Singing the .htaccess Blues</title>
	<atom:link href="http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/</link>
	<description>A Church Web Diva&#039;s Musings on Excellence in Religious Websites</description>
	<lastBuildDate>Sat, 17 Dec 2011 02:21:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Cindy Lou</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1899</link>
		<dc:creator>Cindy Lou</dc:creator>
		<pubDate>Thu, 20 Sep 2007 20:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1899</guid>
		<description>I just found out that my IP provider has a default file name put in the config Server file for 404 errors an a few others.  

They were aware that this would be useful.  I only found it accidentally after having used the .htaccess file for awhile.

That avoids the overhead of the .htaccess
because if you use one .htaccess file then the Server has to check in all the directories in case there are others.  For large sites this could slow things some.</description>
		<content:encoded><![CDATA[<p>I just found out that my IP provider has a default file name put in the config Server file for 404 errors an a few others.  </p>
<p>They were aware that this would be useful.  I only found it accidentally after having used the .htaccess file for awhile.</p>
<p>That avoids the overhead of the .htaccess<br />
because if you use one .htaccess file then the Server has to check in all the directories in case there are others.  For large sites this could slow things some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teri Pittman</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1254</link>
		<dc:creator>Teri Pittman</dc:creator>
		<pubDate>Thu, 23 Aug 2007 23:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1254</guid>
		<description>The worst thing is that Macs are now Unix based and they should understand dot configuration files like this.</description>
		<content:encoded><![CDATA[<p>The worst thing is that Macs are now Unix based and they should understand dot configuration files like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna Belle</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1031</link>
		<dc:creator>Anna Belle</dc:creator>
		<pubDate>Wed, 15 Aug 2007 00:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1031</guid>
		<description>Thanks, Mark!  Good to know.</description>
		<content:encoded><![CDATA[<p>Thanks, Mark!  Good to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Alves</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1020</link>
		<dc:creator>Mark Alves</dc:creator>
		<pubDate>Tue, 14 Aug 2007 10:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1020</guid>
		<description>In the redirect example, it looks like you&#039;ve shown a temporary 302 redirect. If the page is permanently moved then &quot;redirectpermanent&quot; would go in the .htaccess file to show a 301 redirect.

http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirectperm

Redirectpermanet oldpage.html http://www.domain.org/newpage.html</description>
		<content:encoded><![CDATA[<p>In the redirect example, it looks like you&#8217;ve shown a temporary 302 redirect. If the page is permanently moved then &#8220;redirectpermanent&#8221; would go in the .htaccess file to show a 301 redirect.</p>
<p><a href="http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirectperm" rel="nofollow">http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirectperm</a></p>
<p>Redirectpermanet oldpage.html <a href="http://www.domain.org/newpage.html" rel="nofollow">http://www.domain.org/newpage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna Belle</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1016</link>
		<dc:creator>Anna Belle</dc:creator>
		<pubDate>Mon, 13 Aug 2007 22:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1016</guid>
		<description>Thanks, Dean.  I was trying to remember just that.  It&#039;s been about five years since I&#039;ve handled an .htaccess on a PC.  Before then I used &lt;a href=&quot;http://www.notetab.com/&quot; rel=&quot;nofollow&quot;&gt;NoteTab&lt;/a&gt;.  It&#039;s a nifty replacement to Notepad IMO.

I moved to a Mac shop three years ago, and for the two years before that, though on a PC, was using IIS.  My memories are vague. If it&#039;s to be trusted, I&#039;d say it&#039;s a pain in Windows and worse on a Mac.</description>
		<content:encoded><![CDATA[<p>Thanks, Dean.  I was trying to remember just that.  It&#8217;s been about five years since I&#8217;ve handled an .htaccess on a PC.  Before then I used <a href="http://www.notetab.com/" rel="nofollow">NoteTab</a>.  It&#8217;s a nifty replacement to Notepad IMO.</p>
<p>I moved to a Mac shop three years ago, and for the two years before that, though on a PC, was using IIS.  My memories are vague. If it&#8217;s to be trusted, I&#8217;d say it&#8217;s a pain in Windows and worse on a Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1012</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 13 Aug 2007 14:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.faithandweb.com/2007/08/13/singing-the-htaccess-blues/#comment-1012</guid>
		<description>.htaccess on Windows can also be a pain for the same reason regarding the extension. It can be quite a chore to edit the file. Windows thinks that .htaccess doesn&#039;t have an extension (e.g. .txt .doc .html, etc.). 

I have found that it is handy to put notepad and wordpad in the &quot;Send To&quot; menu and this allows you to bypass a lot of the Windows hassles as these two editors are quite happy to work with the file as is.</description>
		<content:encoded><![CDATA[<p>.htaccess on Windows can also be a pain for the same reason regarding the extension. It can be quite a chore to edit the file. Windows thinks that .htaccess doesn&#8217;t have an extension (e.g. .txt .doc .html, etc.). </p>
<p>I have found that it is handy to put notepad and wordpad in the &#8220;Send To&#8221; menu and this allows you to bypass a lot of the Windows hassles as these two editors are quite happy to work with the file as is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

