- Part 1 LAMP
- Part 2 Upgrade PHP to 7.3
- Part 3 Apache Enable Mod Rewrite
- Part 4 Virtual Hosts
- Part 5 Lets Encrypt
- Part 6 MySQL
- Part 7 Remote MySQL
- Part 8 Composer
- Part 9 Laravel
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