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..
A note to other systems Linux:
ReplyDeleteShould 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