free your mind and realize your true potential...

LAMP

Drupal Clean Urls on Debian LAMP Stack

Clean Urls did not work out of the box for me when I installed Drupal on a fresh install of Debian. These are the easy steps for setting them up.

Enable mod_rewrite:
You need to enable the rewrite module so Apache can do the rewrite. On Debian you can issue the following command to do this.

$ a2enmod rewrite

 
Syndicate content