Ubuntu enable mod rewrite - bcit-ci/CodeIgniter GitHub Wiki
-
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