PHP lamp httpd.conf虚拟主机配置

<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>

你可能感兴趣的:(httpd)