update settings.php to use shop.fsf.org as baseurl
[eostre.git] / drupal-configs / apache2 / conf-available / 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>