<?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: Apache mod_rewrite on Windows</title>
	<atom:link href="http://avnetlabs.com/php/apache-mod_rewrite-on-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows</link>
	<description>Accessible web development</description>
	<lastBuildDate>Thu, 06 May 2010 08:09:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Susan</title>
		<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows/comment-page-1#comment-855</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Thu, 06 May 2010 08:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/php/apache-mod_rewrite-on-windows#comment-855</guid>
		<description>No, it is not working on my server. How can I fix it?</description>
		<content:encoded><![CDATA[<p>No, it is not working on my server. How can I fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlove</title>
		<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows/comment-page-1#comment-700</link>
		<dc:creator>jlove</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/php/apache-mod_rewrite-on-windows#comment-700</guid>
		<description>still 500 internal server error (even after following your comments). cant count how many tutorials ive found that never have the working solution for apache on winxp.</description>
		<content:encoded><![CDATA[<p>still 500 internal server error (even after following your comments). cant count how many tutorials ive found that never have the working solution for apache on winxp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wick</title>
		<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows/comment-page-1#comment-89</link>
		<dc:creator>Wick</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/php/apache-mod_rewrite-on-windows#comment-89</guid>
		<description>oops, the codes got stripped by wordpress. Put these around the code blocks above.

&lt;Directory /&gt;
...
&lt;/Directory&gt;

&lt;Directory &quot;C:/wherever_you_keep_your_public_web_files&quot;&gt;
...
&lt;/Directory&gt;</description>
		<content:encoded><![CDATA[<p>oops, the codes got stripped by wordpress. Put these around the code blocks above.</p>
<p>&lt;Directory /&gt;<br />
&#8230;<br />
&lt;/Directory&gt;</p>
<p>&lt;Directory &#8220;C:/wherever_you_keep_your_public_web_files&#8221;&gt;<br />
&#8230;<br />
&lt;/Directory&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wick</title>
		<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows/comment-page-1#comment-90</link>
		<dc:creator>Wick</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/php/apache-mod_rewrite-on-windows#comment-90</guid>
		<description>@V: probably because you have a more specific directive farther down your httpd.conf.

I prefer it this way - and I believe Apache also suggests this - set the default to be very restrictive &amp; then open up permissions for specific areas of the server:


    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all



    Options FollowSymLinks IncludesNoExec
    AllowOverride All
    Order allow,deny
    Allow from all</description>
		<content:encoded><![CDATA[<p>@V: probably because you have a more specific directive farther down your httpd.conf.</p>
<p>I prefer it this way &#8211; and I believe Apache also suggests this &#8211; set the default to be very restrictive &amp; then open up permissions for specific areas of the server:</p>
<p>    Options FollowSymLinks<br />
    AllowOverride None<br />
    Order deny,allow<br />
    Deny from all</p>
<p>    Options FollowSymLinks IncludesNoExec<br />
    AllowOverride All<br />
    Order allow,deny<br />
    Allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V</title>
		<link>http://avnetlabs.com/php/apache-mod_rewrite-on-windows/comment-page-1#comment-88</link>
		<dc:creator>V</dc:creator>
		<pubDate>Mon, 17 Nov 2008 01:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/php/apache-mod_rewrite-on-windows#comment-88</guid>
		<description>But it&#039;s not :(</description>
		<content:encoded><![CDATA[<p>But it&#8217;s not <img src='http://avnetlabs.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.259 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-05-06 16:27:58 -->
