It\'s been a while since I used the Apache httpd web server. I\'m firing up a local server for a project and when I try to request localhost/index.html, I get a 500 error and I
You can try sudo a2enmod rewrite if you use it in your config.
sudo a2enmod rewrite