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.
PLAIN TEXT
CODE:

sudo a2enmod rewrite