Please log into your user account or create a new one

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

Modify /etc/apache2.conf

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

<directory my_web_directory>
AllowOverride All
</directory>