Solution for: #66: Get Apache to recognize .htaccess files

Modify /etc/apache2.conf

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

<directory my_web_directory>
AllowOverride All
</directory>