Hello,
I've put this in my httpd.conf (apache 2) but it doesn't works why?
<VirtualHost *:8080>
ServerName mail.bou.xx
DocumentRoot "F:\xxxx\quirrelmail"
RewriteLogLevel 9
RewriteLog logs\rewrite.log
RewriteEngine on
RewriteRule ^lmail$ "boubou"
</VirtualHost>
I'd like to replace
http://mail.bou.xx by
http://boubou.bou.xx
I've also put LoadModule rewrite_module modules/mod_rewrite.so but not
AddModule which is not necessary in pache 2.
Thanks.