David Carr
DC Blog

Follow

DC Blog

Follow
Setup Linode - Part 4 Apache Enable Mod Rewrite

Setup Linode - Part 4 Apache Enable Mod Rewrite

David Carr's photo
David Carr
·Oct 29, 2019·

1 min read

Play this article
Your browser does not support the audio element.
  • Part 1 LAMP
  • Part 2 Users
  • Part 3 Upgrade PHP to 7.3
  • Part 4 Apache Enable Mod rewrite
  • Part 5 Composer
  • Part 6 Virtual Hosts
  • Part 7 Let's Encrypt
  • Part 8 MySQL
  • Part 9 Remote MySQL over SSH
  • Part 10 Laravel


 

Enable Apache ModRewrite

sudo a2enmod rewrite

Restart the server:

sudo systemctl restart apache2

 

 
Share this