<?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>Anna Filina &#187; apache</title>
	<atom:link href="http://annafilina.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://annafilina.com/blog</link>
	<description>I fix stuff</description>
	<lastBuildDate>Wed, 04 Jan 2012 14:56:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.htaccess on Leopard</title>
		<link>http://annafilina.com/blog/htaccess-on-leopard/</link>
		<comments>http://annafilina.com/blog/htaccess-on-leopard/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 01:17:09 +0000</pubDate>
		<dc:creator>Anna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mac os]]></category>

		<guid isPermaLink="false">http://annafilina.com/blog/archives/33</guid>
		<description><![CDATA[After moving my databases and websites to a new Mac with Leopard, none of the websites were working. It was as if mod_rewrite was not working. First, I noticed that the .htaccess files were all ignored. I checked the Apache configuration file in MAMP, and everything seemed fine. After over an hour of going through<div><a href="http://annafilina.com/blog/htaccess-on-leopard/">Read the rest...</a></div><br />]]></description>
			<content:encoded><![CDATA[<p><!-- s9ymdb:10 --><img style="float: left; border: 0px; padding-bottom: 5px; padding-right: 10px;" src="http://annafilina.com/blog/uploads/leopard_logo.jpg" alt="" width="149" height="120" />After moving my databases and websites to a new Mac with Leopard, none of the websites were working. It was as if mod_rewrite was not working. First, I noticed that the .htaccess files were all ignored. I checked the Apache configuration file in MAMP, and everything seemed fine. After over an hour of going through blogs and forums, I finally get it: Leopard (it&#8217;s my first day with it) has its own configuration file in a private folder. That file is not allowing htaccess files.</p>
<p><strong>Solution</strong><br />
1. Open /private/etc/apache2/httpd.conf<br />
2. Line 175 and 210: change AllowOverride none to AllowOverride All<br />
3. Restart your server<br />
4. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://annafilina.com/blog/htaccess-on-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

