i need virtual directory because my files are located in different location than the appache installation. so i added following extra lines to httpd.conf <Directory "C:/Docs/Computer"> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> Alias /computer/ "C:/Docs/Computer/" |