<?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: Using .htaccess in XAMPP on Windows	</title>
	<atom:link href="https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/feed" rel="self" type="application/rss+xml" />
	<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm</link>
	<description>develope &#124; share &#124; reuse</description>
	<lastBuildDate>Fri, 18 May 2018 12:18:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>
		By: bidya		</title>
		<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-30525</link>

		<dc:creator><![CDATA[bidya]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 16:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.opencodez.com/?p=377#comment-30525</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-19&quot;&gt;Gift vincy&lt;/a&gt;.

not working ur suggest]]></description>
			<content:encoded><![CDATA[<p>not working ur suggest</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bidya		</title>
		<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-30522</link>

		<dc:creator><![CDATA[bidya]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 16:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.opencodez.com/?p=377#comment-30522</guid>

					<description><![CDATA[hellow please give me a suggest to my problem 
when i create a .htaccess file on localserver that file received but not work
my htaccess code-----------
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_-]+)$profile.php?u=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$profile.php?u=$1]]></description>
			<content:encoded><![CDATA[<p>hellow please give me a suggest to my problem<br />
when i create a .htaccess file on localserver that file received but not work<br />
my htaccess code&#8212;&#8212;&#8212;&#8211;<br />
RewriteEngine on<br />
RewriteRule ^([a-zA-Z0-9_-]+)$profile.php?u=$1<br />
RewriteRule ^([a-zA-Z0-9_-]+)/$profile.php?u=$1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gift vincy		</title>
		<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-19</link>

		<dc:creator><![CDATA[Gift vincy]]></dc:creator>
		<pubDate>Fri, 25 Jun 2010 02:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.opencodez.com/?p=377#comment-19</guid>

					<description><![CDATA[&lt;a href=&quot;#comment-56&quot; rel=&quot;nofollow&quot;&gt;@Niklas&lt;/a&gt;

Find lines below in your conf file and remove the # before.

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so

And also do the changes, what mentioned in this post.]]></description>
			<content:encoded><![CDATA[<p><a href="#comment-56" rel="nofollow">@Niklas</a></p>
<p>Find lines below in your conf file and remove the # before.</p>
<p>LoadModule proxy_module modules/mod_proxy.so<br />
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br />
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so<br />
LoadModule proxy_connect_module modules/mod_proxy_connect.so<br />
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br />
LoadModule proxy_http_module modules/mod_proxy_http.so<br />
LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>And also do the changes, what mentioned in this post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pavan		</title>
		<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-18</link>

		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.opencodez.com/?p=377#comment-18</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-17&quot;&gt;Niklas&lt;/a&gt;.

Here is my conf file -
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.  See also the AllowOverride directive.
#
# AccessFileName .htaccess
#AccessFileName ht.acl
AccessFileName htaccess.txt]]></description>
			<content:encoded><![CDATA[<p>Here is my conf file &#8211;<br />
#<br />
# AccessFileName: The name of the file to look for in each directory<br />
# for access control information.  See also the AllowOverride directive.<br />
#<br />
# AccessFileName .htaccess<br />
#AccessFileName ht.acl<br />
AccessFileName htaccess.txt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Niklas		</title>
		<link>https://www.opencodez.com/apache/htaccess-in-xampp-windows.htm/comment-page-1#comment-17</link>

		<dc:creator><![CDATA[Niklas]]></dc:creator>
		<pubDate>Mon, 25 May 2009 13:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.opencodez.com/?p=377#comment-17</guid>

					<description><![CDATA[Find “AccessFileName” , you may see a line like -
“AccessFileName ht.acl” change it to “AccessFileName htaccess.txt”.

There is no such text in my conf file...

Niklas]]></description>
			<content:encoded><![CDATA[<p>Find “AccessFileName” , you may see a line like &#8211;<br />
“AccessFileName ht.acl” change it to “AccessFileName htaccess.txt”.</p>
<p>There is no such text in my conf file&#8230;</p>
<p>Niklas</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 29/33 objects using disk
Page Caching using disk: enhanced 
Database Caching 1/14 queries in 0.004 seconds using disk

Served from: www.opencodez.com @ 2026-04-13 05:40:47 by W3 Total Cache
-->