Apache2 mod_rewrite

edited March 2009 in Internet & Media
Apache2 from apt doesn't have mod_rewrite, what can I do?

Comments

  • trolltroll Windsor, Nova Scotia Icrontian
    edited March 2009
    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!
Sign In or Register to comment.