makefile: install the drupal-fix-404s.conf file and enable it
[eostre.git] / drupal-automake-generic / conf / drupal-fix-404s.conf
1 # do this so that .htaccess can cause things to not 404
2 <Directory /var/www/html>
3 AllowOverride All
4 </Directory>