Setup Digital Ocean - Part 3 Apache Enable Mod Rewrite

Setup Digital Ocean - Part 3 Apache Enable Mod Rewrite

Aug 9, 2019·

1 min read

Play this article


Apache comes installed but does not have Mod rewrite enabled, let's change that.

Enable Mod rewrite on Apache

Activate by running:

sudo a2enmod rewrite

Next restart the server.

systemctl restart apache2