run this command in a terminal:
sudo gedit /etc/apache2/sites-available/default
and
AllowOverride none
change it to
AllowOverride All
save it and exit
and then run this command in a terminal:
sudo a2enmod rewrite
then sudo /etc/init.d/apache2 restart
and you are done :)
thank you thank you thank you
ReplyDelete