<?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: Ultimate Htaccess Tutorial for .htaccess files</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-109840</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 17 Nov 2009 02:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-109840</guid>
		<description>This may seem like a very strange request, but i have know idea where to start in writing my htaccess file.

When i installed my version of WP about 3 months ago, i was unable to find my htaccess file, and i have looked many time and never found it.  Came to the conclusion that their wasnt one.  Did i have to write one myself?

Could you suggest some sites that give descriptions and code on how to effectively write a good secure htaccess file.
 I will continue to read through ur site which will def. give me some ideas

Ben</description>
		<content:encoded><![CDATA[<p>This may seem like a very strange request, but i have know idea where to start in writing my htaccess file.</p>
<p>When i installed my version of WP about 3 months ago, i was unable to find my htaccess file, and i have looked many time and never found it.  Came to the conclusion that their wasnt one.  Did i have to write one myself?</p>
<p>Could you suggest some sites that give descriptions and code on how to effectively write a good secure htaccess file.<br />
 I will continue to read through ur site which will def. give me some ideas</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-104773</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 30 Sep 2009 02:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-104773</guid>
		<description>Hi,
Great page, but in your &lt;em&gt;full &lt;code&gt;.htaccess&lt;/code&gt; directives list&lt;/em&gt; you have included the following:

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Directory&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Location&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ErrorLog&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;


I have found that in Apache 2.2 these directives are not allowed.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great page, but in your <em>full <code>.htaccess</code> directives list</em> you have included the following:</p>
<ul>
<li><code>Directory</code></li>
<li><code>Location</code></li>
<li><code>ErrorLog</code></li>
</ul>
<p>I have found that in Apache 2.2 these directives are not allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-104097</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Sat, 19 Sep 2009 09:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-104097</guid>
		<description>Very nice tutorial. 

Just one note:

Since Apache &lt;strong&gt;2.0.49&lt;/strong&gt; it&#039;s possible to use wildcards for the mime type in &lt;code&gt;ExpiresByType&lt;/code&gt;, see (&lt;a href=&quot;http://www.apache.org/dist/httpd/CHANGES_2.0&quot; rel=&quot;nofollow&quot;&gt;search for PR#7991&lt;/a&gt;).

I tested it with Apache &lt;strong&gt;2.2.9&lt;/strong&gt; and it works fine.

In my &lt;code&gt;.htaccess&lt;/code&gt;  I set the expiration time for all images with:

&lt;pre&gt;
ExpiresByType image/* A2592000&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Very nice tutorial. </p>
<p>Just one note:</p>
<p>Since Apache <strong>2.0.49</strong> it&#8217;s possible to use wildcards for the mime type in <code>ExpiresByType</code>, see (<a href="http://www.apache.org/dist/httpd/CHANGES_2.0" rel="nofollow">search for PR#7991</a>).</p>
<p>I tested it with Apache <strong>2.2.9</strong> and it works fine.</p>
<p>In my <code>.htaccess</code>  I set the expiration time for all images with:</p>
<pre>ExpiresByType image/* A2592000</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jey Jey</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-104032</link>
		<dc:creator>Jey Jey</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-104032</guid>
		<description>Great resource, Thanks for sharing this great knowledge </description>
		<content:encoded><![CDATA[<p>Great resource, Thanks for sharing this great knowledge </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Shortpants</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-101415</link>
		<dc:creator>Martin Shortpants</dc:creator>
		<pubDate>Mon, 07 Sep 2009 22:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-101415</guid>
		<description>Probably not the best place to ask this, but don&#039;t where else.

Is there an htaccess comand(s) that would take ever call to any occurrence of &lt;code&gt;wp-content\themes&lt;/code&gt; and make it read from &lt;code&gt;\allthemes&lt;/code&gt;

The idea is to get several wp installs on same server to use common directories for their themes and plugins.

I have no success with &lt;code&gt;ln -s symlinks&lt;/code&gt; but htaccess rewrites all seem fine.

(p.s. my odd email addie is legit)</description>
		<content:encoded><![CDATA[<p>Probably not the best place to ask this, but don&#8217;t where else.</p>
<p>Is there an htaccess comand(s) that would take ever call to any occurrence of <code>wp-content\themes</code> and make it read from <code>\allthemes</code></p>
<p>The idea is to get several wp installs on same server to use common directories for their themes and plugins.</p>
<p>I have no success with <code>ln -s symlinks</code> but htaccess rewrites all seem fine.</p>
<p>(p.s. my odd email addie is legit)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-98650</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Fri, 28 Aug 2009 17:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-98650</guid>
		<description>help!

i can rewrite URLs just fine, but none of the images/css/js works anymore!

i just get a plain-html view of the new target page

here is the .htaccess:

&lt;pre&gt;
RewriteEngine On
RewriteBase /
RewriteRule ^somedirectory/page17 /index.php?id=17
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>help!</p>
<p>i can rewrite URLs just fine, but none of the images/css/js works anymore!</p>
<p>i just get a plain-html view of the new target page</p>
<p>here is the .htaccess:</p>
<pre>RewriteEngine On
RewriteBase /
RewriteRule ^somedirectory/page17 /index.php?id=17</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushant</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-95713</link>
		<dc:creator>Sushant</dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-95713</guid>
		<description>This a really informative post. Directory Protection with .htaccess files was all that i wanted.

Thank You</description>
		<content:encoded><![CDATA[<p>This a really informative post. Directory Protection with .htaccess files was all that i wanted.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Lavoie</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-94618</link>
		<dc:creator>Sam Lavoie</dc:creator>
		<pubDate>Wed, 12 Aug 2009 19:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-94618</guid>
		<description>I always found myself getting back to this .htaccess tutorial and guide. Definitly the best and most complete one!</description>
		<content:encoded><![CDATA[<p>I always found myself getting back to this .htaccess tutorial and guide. Definitly the best and most complete one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-94365</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-94365</guid>
		<description>I realize this might be an older post, but I need some serious help.  I have Wordpress MU installed in my root directory and Moodle installed in a subdirectory.  These are interfering with each other.  I&#039;m getting Internal Server Errors in the Moodle install. I&#039;m pretty sure it can be fixed with some .htaccess scripting.  There is not a .htaccess file in the Moodle directory.  I copied the .htaccess from the root directory over to the Moodle directory, but it didn&#039;t do anything.  Here&#039;s what&#039;s in the root directory.  Is it possible the php.ini is causing the errors?

&lt;pre&gt;
# Use PHP5 as default
AddHandler application/x-httpd-php5s .php
&#160;
RewriteEngine On
RewriteBase /
&#160;
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
&#160;
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
&#160;
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
&#160;
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
&#160;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
&#160;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I realize this might be an older post, but I need some serious help.  I have Wordpress MU installed in my root directory and Moodle installed in a subdirectory.  These are interfering with each other.  I&#8217;m getting Internal Server Errors in the Moodle install. I&#8217;m pretty sure it can be fixed with some .htaccess scripting.  There is not a .htaccess file in the Moodle directory.  I copied the .htaccess from the root directory over to the Moodle directory, but it didn&#8217;t do anything.  Here&#8217;s what&#8217;s in the root directory.  Is it possible the php.ini is causing the errors?</p>
<pre># Use PHP5 as default
AddHandler application/x-httpd-php5s .php
&nbsp;
RewriteEngine On
RewriteBase /
&nbsp;
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
&nbsp;
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
&nbsp;
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
&nbsp;
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
&nbsp;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
&nbsp;
SecFilterEngine Off
SecFilterScanPOST Off</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mia</title>
		<link>http://www.askapache.com/htaccess/htaccess.html#comment-92798</link>
		<dc:creator>Mia</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html#comment-92798</guid>
		<description>Your site is absolutely great! I have been working on this for a week and I finally understand this.   I do not have a directory index and I haven&#039;t figured out quite how to do this yet. My webhosting site is Linux based so the code has to be either in Perl or Python.  

I can access the .htaccess files but I can get past the first step of creating the path. 

Please help. 

Mia</description>
		<content:encoded><![CDATA[<p>Your site is absolutely great! I have been working on this for a week and I finally understand this.   I do not have a directory index and I haven&#8217;t figured out quite how to do this yet. My webhosting site is Linux based so the code has to be either in Perl or Python.  </p>
<p>I can access the .htaccess files but I can get past the first step of creating the path. </p>
<p>Please help. </p>
<p>Mia</p>
]]></content:encoded>
	</item>
</channel>
</rss>
