forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Ubuntu enable mod rewrite
Iban Eguia edited this page Feb 12, 2015
·
2 revisions
-
sudo a2enmod rewrite
-
sudo gedit /etc/apache2/apache2.conf
-
change the AllowOverride value to "All"
-
sudo service apache2 restart
Please refer to this article How to setup Apache Mod Rewrite