How-To: Enable Mod_Rewrite on Apache2

In order to enable Mod_Rewrite on Apache2 / Ubuntu:

sudo a2enmod rewrite

You will then need to reload Apache for the addition to take effect:

sudo /etc/init.d/apache2 force-reload

Related Entries:

  • View .htaccess / Hidden Files in CuteFTP
  • Comments are closed.