<?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>El Blog del Antonio &#187; Apache Server</title>
	<atom:link href="http://www.ramirezcobos.com/tag/apache-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramirezcobos.com</link>
	<description>Programming Web with PHP, CSS, Javascript and ∞</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing 500 Internal Error on Xampp</title>
		<link>http://www.ramirezcobos.com/2010/01/12/fixing-500-internal-error-on-xampp/</link>
		<comments>http://www.ramirezcobos.com/2010/01/12/fixing-500-internal-error-on-xampp/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:05:50 +0000</pubDate>
		<dc:creator>Antonio Ramirez</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Apache Server]]></category>
		<guid isPermaLink="false">http://www.ramirezcobos.com/?p=214</guid>
		<description><![CDATA[First of all, let&#8217;s talk about XAMPP a bit. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use &#8211; just download, extract and start.
There are three types of distribution (Windows, Linux and Mac). I am not going to discuss  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ramirezcobos.com/wp-content/uploads/2010/01/Picture-5.png"><a href="http://www.ramirezcobos.com/wp-content/uploads/2010/03/Picture-5-300x165.png"><img class="alignright size-full wp-image-308" title="Picture-5-300x165" src="http://www.ramirezcobos.com/wp-content/uploads/2010/03/Picture-5-300x165.png" alt="" width="300" height="165" /></a></a>First of all, let&#8217;s talk about <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> a bit. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> is an easy to install Apache distribution containing MySQL, PHP and Perl. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> is really very easy to install and to use &#8211; just download, extract and start.</p>
<p>There are three types of distribution (Windows, Linux and Mac). I am not going to discuss anything about <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a>, I think that with a visit to their site you will all the info required to install and run this wonderful package.</p>
<p>What I want to concentrate on is that when trying to use a regular .htaccess in a specific folder, Apache fires a beautiful and really annoying (it is not very well explained why this error happens when it happens) <strong>500 Internal Error</strong>.<strong> </strong></p>
<h3>Finding the problem</h3>
<p>Well, I went to the httpd.conf file to see what was going on and found the problem. The problem is that XAMPP Apache version has a very strict security on allowing users to modify its default settings -and its default settings are <em>AllowOverride None</em>:<br />
<strong><br />
AllowOverride AuthConfig</strong></p>
<h3>Solution</h3>
<p>Just go to the Directory directive and change <strong>AllowOverride AuthConfig</strong> to <strong>AllowOverride All</strong> and thats it.</p>
<pre class="brush: plain; highlight: [11]; title: ; notranslate">
&lt;Directory "/Applications/xampp/xamppfiles/htdocs"&gt;
Options Indexes FollowSymLinks ExecCGI Includes
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
# AllowOverride AuthConfig
AllowOverride All
Order allow,deny
Allow from all
&lt;/Directory&gt;
</pre>
<a href="http://twitter.com/?status=RT%20%40%3A%20Fixing%20500%20Internal%20Error%20on%20Xampp%20-%20El%20Blog%20del%20Antonio%20http%3A%2F%2Fwww.ramirezcobos.com%2F2010%2F01%2F12%2Ffixing-500-internal-error-on-xampp%2F" class="tweet-this" ><img src="http://www.ramirezcobos.com/wp-content/plugins/simple-tweet/img/tweet.gif" title="Tweet this!" alt="Tweet this!" />Tweet this!</a>]]></content:encoded>
			<wfw:commentRss>http://www.ramirezcobos.com/2010/01/12/fixing-500-internal-error-on-xampp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.ramirezcobos.com @ 2012-02-06 18:35:15 by W3 Total Cache -->
