Dit is een oude revisie van het document!
on current debian system you can enable mod_rewrite with simple command
a2enmod rewrite
By default, mod_rewrite configuration settings from the main server context are not inherited by virtual hosts. To make the main server settings apply to virtual hosts, you must place the following directives in each <VirtualHost> section:
RewriteEngine On RewriteOptions Inherit