Enable mod_rewrite on Ubuntu

Looks like Apache2 is installed in Ubuntu with mod_rewrite, but it's disabled by default.  Fortunately a quick drop to the terminal followed by restarting Apache2 and it's fixed.

CODE:
  1. sudo a2enmod rewrite

Bookmark and Share

Post Info

Leave a Reply