Technical stuff Requirements are like water. They're easier to build on when they're frozen.

Posts Tagged ‘Apache’

How to enable mod_rewrite for Apache in Ubuntu

05.21.2009 · Posted in Computer setup

It’s already installed, but not enabled. The easiest way to enable it is to follos these steps: run this command (a2enmod == apache2 enable module): a2enmod rewrite edit this file /etc/apache2/sites-enabled/000-default; you can use the following command: sudo gedit /etc/apache2/sites-enabled/000-default make sure you have there AllowOverride All directive for the default directory (this will make ...