Invalid command ‘RewriteEngine’
Posted on July 29, 2015 • 1 minutes • 25 words
A simple apache error, this fixes it :
sudo a2enmod rewrite
Followed by a restart of your httpd server. (reload might work)
service apache2 restart

A simple apache error, this fixes it :
sudo a2enmod rewrite
Followed by a restart of your httpd server. (reload might work)
service apache2 restart