Showing posts with label Apache. Show all posts
Showing posts with label Apache. Show all posts

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..