#66: Get Apache to recognize .htaccess files

Solved!
By default, Apache doesn't pay attention to .htaccess files.

Modify /etc/apache2.conf

1
Add the following to apache2.conf and restart the webserver.

<directory my_web_directory>
AllowOverride All
</directory>

Think you've got a better solution? Help Unknown_user_icon spigoat out by posting your solution