You should have used this guide instead:
http://www.howtoforge.com/perfect-se...nx-ispconfig-3
Quote:
Originally Posted by MetZ
[*]how can I set the mod_rewrite=on, to all vhosts, including the main /var/www/index.html host/vhost. ex: when adding new client/site: mod_rewrite=on by default.
|
It should be on by default, but to go sure you can run
Code:
a2enmod rewrite
/etc/init.d/apache2 restart