Hi Guys, I have discover a strange behaviour in the VirtualHost. Seems that the VirtualHost created for each domain within the /etc/apaches/sites-available/ forlder has not the asterix in the header. For instance: Code: <Directory /var/www/mydomain.com> AllowOverride None Order Deny,Allow Deny from all </Directory> <VirtualHost :80> DocumentRoot /var/www/mydomain.com/web ServerName mydomain.com ServerAlias www.mydomain.com ... ...