<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TECHiE TALKS &#187; Apache</title>
	<atom:link href="http://www.icpep.org/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Thu, 02 Sep 2010 03:08:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apache Allow htaccess</title>
		<link>http://www.icpep.org/apache-allow-htaccess/</link>
		<comments>http://www.icpep.org/apache-allow-htaccess/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:24:41 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=955</guid>
		<description><![CDATA[Most web developers use a &#8220;third party&#8221; web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver&#8217;s main configuration.  Even apache itself usage of htaccess is disabled by default [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-956   aligncenter" title="htaccess" src="http://www.icpep.org/wp-content/uploads/2009/11/htaccess.gif" alt="htaccess" width="448" height="336" /></p>
<p style="text-align: justify;">Most web developers use a &#8220;third party&#8221; web server which comes in a package such as <strong>WAMP</strong> or<strong><em> XAMPP </em></strong>resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver&#8217;s main configuration.  Even apache itself usage of htaccess is disabled by default and configuring the server is needed to allow htaccess on your server.  Below is how to allow htaccess on your web server:<br />
<span id="more-955"></span><br />
Open your Apache httpd.conf Configuration File and &#8220;uncomment&#8221; the line</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">#LoadModule rewrite_module modules/mod_rewrite.so</div>
<p>You can &#8220;uncomment&#8221; it by removing the number sign &#8220;#&#8221; resulting to</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">LoadModule rewrite_module modules/mod_rewrite.so</div>
<p>After removing the number sign you need to change the AllowOverride directive, the default configuration is:</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">&lt;/Directory&gt;<br />
Options FollowSymLinks<br />
AllowOverride None<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all<br />
&lt;/Directory&gt;</div>
<p>It should be changed to :</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all<br />
&lt;/Directory&gt;</div>
<p>You also need to change the line</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">AllowOverride None</div>
<p>to</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">AllowOverride All</div>
</p>
<p style="text-align: justify;">this can be found where you set your DocumentRoot where in my case is set to (<em>&lt;/Directory &#8220;D:/HTDOCS&#8221;&gt;</em>).  After configuring Apache you need to restart the server for the changes to take effect.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for Apache Allow htaccess" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+Apache+Allow+htaccess" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/apache-allow-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
