I'm trying to have htaccess work on codeigniter project but the module is not working and I don't know how to enable rewrite module. To have read the htaccess. The OS is Opensuse 12.2.
I have this directive in the default-server.conf
Alias /safememoirs/ /home/gabriele/Web/safememoirs/
<Directory "/home/gabriele/Web/safememoirs">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
But I don't understand
A how to enable the module B Where should I put the .htaccess directive id in the default-server.conf or in the site directory?