Hi,I have made an entry for a domain myapp.com in httpd.conf like this :<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName myapp.com DocumentRoot "C:/Apache2.2/htdocs" <Directory "C:/Apache2.2/htdocs"> Options FollowSymLinks AllowOverride None </Directory> RewriteEngine On RewriteRule ^/$...