Skip to content

Instantly share code, notes, and snippets.

@alegut
Created October 13, 2018 07:57
Show Gist options
  • Save alegut/339a80a0bab45ae7a682508e65c5f3c3 to your computer and use it in GitHub Desktop.
Save alegut/339a80a0bab45ae7a682508e65c5f3c3 to your computer and use it in GitHub Desktop.
Change rewrite rules apache2
$ sudo a2enmod rewrite
sudo nano /etc/apache2/apache2.conf
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
# service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment