apache conf files: one for fixing Drupal 404s and one for DBD's many aliases
[eostre.git] / dbd-autobuild / conf / drupal-fix-404s.conf
CommitLineData
dfa92770 1# do this so that .htaccess can cause things to not 404
2<Directory /var/www/html>
3 AllowOverride All
4</Directory>