Here’s a really quick guide I started months ago and then forgot all about it. I’ll forego the formalities and just show you the quick version.
Edit this file:
/etc/apache2/httpd.conf
Search for AllowOverride, and set it to All (change it from being None). There are about two instances of this. This allows Apache to read .htaccess files.
Edit this file:
/etc/apache2/users/username.conf
Look for this code and make the appropriate changes. It assumes you’re serving files from your user directory:
<Directory "/Users/username/Sites/"> Options All AllowOverride All Order allow,deny Allow from all </Directory>
Category: OS X Tutorials • Server/Apache/lighttpd Tutorials




