Configure ubuntu to use mod_rewrite
Tuesday, February 12th, 2008To enable mod_rewrite on Ubuntu is pretty easy what we have to do is, first we enable the apache module for mod rewrite with this line. sudo a2enmod rewrite After that we have to edit the file /etc/apache2/sites-avalible/default, then we look for this: Options Indexes FollowSymLinks MultiViews ...