<?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: Enable .htaccess and url rewriting in Apache for Windows</title>
	<atom:link href="http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/</link>
	<description>Life, Internet, Software, Gadgets, Programming and Investments</description>
	<lastBuildDate>Thu, 31 Dec 2009 03:29:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: szehau</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-91236</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Wed, 27 May 2009 14:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-91236</guid>
		<description>Thank you too, Andrei.</description>
		<content:encoded><![CDATA[<p>Thank you too, Andrei.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-91234</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Tue, 26 May 2009 09:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-91234</guid>
		<description>Brilliant solution, but in order for the thing to work 100% you need to add

    Order allow,deny
    Deny from all
    Satisfy All

into httpd.conf file.
and change names of all the &quot;.htaccess&quot; to &quot;htaccess&quot; in all the directories on the website. 

thank you for pointing me out to right direction.</description>
		<content:encoded><![CDATA[<p>Brilliant solution, but in order for the thing to work 100% you need to add</p>
<p>    Order allow,deny<br />
    Deny from all<br />
    Satisfy All</p>
<p>into httpd.conf file.<br />
and change names of all the &#8220;.htaccess&#8221; to &#8220;htaccess&#8221; in all the directories on the website. </p>
<p>thank you for pointing me out to right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running Apache on Windows &#171; Web Dev Blog</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-91202</link>
		<dc:creator>Running Apache on Windows &#171; Web Dev Blog</dc:creator>
		<pubDate>Tue, 05 May 2009 07:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-91202</guid>
		<description>[...] source: http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/ [...]</description>
		<content:encoded><![CDATA[<p>[...] source: <a href="http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/" rel="nofollow">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90815</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90815</guid>
		<description>Worked for me too...</description>
		<content:encoded><![CDATA[<p>Worked for me too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szehau</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90777</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Sat, 18 Oct 2008 22:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90777</guid>
		<description>Hi Sarwar Zahan, you are welcome.</description>
		<content:encoded><![CDATA[<p>Hi Sarwar Zahan, you are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarwar Zahan</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90772</link>
		<dc:creator>Sarwar Zahan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 06:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90772</guid>
		<description>The solution is given is amazing and solved my problem after a lot of search in the internet.Thanks</description>
		<content:encoded><![CDATA[<p>The solution is given is amazing and solved my problem after a lot of search in the internet.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szehau</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90732</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Sat, 20 Sep 2008 10:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90732</guid>
		<description>Hi, you get a sample configuration from apache.. just download the full package from apache and use the httpd.conf in the package.</description>
		<content:encoded><![CDATA[<p>Hi, you get a sample configuration from apache.. just download the full package from apache and use the httpd.conf in the package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Developer</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90731</link>
		<dc:creator>Developer</dc:creator>
		<pubDate>Sat, 20 Sep 2008 09:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90731</guid>
		<description>Hi,

I couldnt find httpd.conf file in my server...can u help me can we write manually httpd.conf  file...

Thanks 
Developer</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I couldnt find httpd.conf file in my server&#8230;can u help me can we write manually httpd.conf  file&#8230;</p>
<p>Thanks<br />
Developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szehau</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90462</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Sun, 27 Apr 2008 02:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90462</guid>
		<description>Hi Vuong Ho, you can try put the line to the end of the httpd.conf file or any place in the httpd.conf file (but not between and &lt;xxx&gt;&lt;/xxx&gt; tage).</description>
		<content:encoded><![CDATA[<p>Hi Vuong Ho, you can try put the line to the end of the httpd.conf file or any place in the httpd.conf file (but not between and <xxx></xxx> tage).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vuong Ho</title>
		<link>http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/comment-page-1/#comment-90461</link>
		<dc:creator>Vuong Ho</dc:creator>
		<pubDate>Sat, 26 Apr 2008 07:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/archives/2006/07/enable-htaccess-and-url-rewriting-in-apache-for-windows/#comment-90461</guid>
		<description>I try to follow steps that you showed on my laptop but it doesn&#039;t work at all. You mentioned about 
4. Change the line &quot;AccessFileName .htaccess&quot; to &quot;AccessFileName htaccess&quot;. 

I am using wamp and don&#039;t see anywhere in the httpd.conf file have that statement. Where should I put it in the httpd.conf?

Thanks for your help</description>
		<content:encoded><![CDATA[<p>I try to follow steps that you showed on my laptop but it doesn&#8217;t work at all. You mentioned about<br />
4. Change the line &#8220;AccessFileName .htaccess&#8221; to &#8220;AccessFileName htaccess&#8221;. </p>
<p>I am using wamp and don&#8217;t see anywhere in the httpd.conf file have that statement. Where should I put it in the httpd.conf?</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
