PDA

View Full Version : Apache2 mod_rewrite


MachineDog
15 Mar 2009, 8:58am
Apache2 from apt doesn't have mod_rewrite, what can I do?

troll
15 Mar 2009, 5:10pm
Ubuntu or Debian?...

/etc/apache2/mods-available/ (Shows Installed modules)
/etc/apache2/mods-enabled/ (Symlinks of active installed modules)

man a2enmod (Good info on how to enable mods)

a2enmod rewrite
/etc/init.d/apache2 restart

Good Luck!