Wednesday, February 5, 2014

Debian Wheezy and Apache: enabling mod rewrite

Hi all,

I'm currenting trying the GetSimpleCMS.
During the installation, it's required to enable "rewrite" module of apache.
Ho to do it?

From command line(as root) give this:

a2enmod rewrite

and after restart apache:

/etc/init.d/apache2 restart

All is do it...

Bye..

1 comment:

  1. A note to other systems Linux:

    Should try the apache config file, for my Slackware is /etc/httpd/ httpd.conf, and uncomment the line:

    LoadModule rewrite_module lib64/httpd/modules/mod_rewrite.so

    ReplyDelete