<VirtualHost *:80> DocumentRoot "D:/wamp/www/hxtc" ServerName www.hxtc.com
# This should be omitted in the production environment SetEnv APPLICATION_ENV development <Directory "D:/wamp/www/hxtc"> Options Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>