lshboo 发表于 2015-8-20 11:43:58

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>
页: [1]
查看完整版本: PHP lamp httpd.conf虚拟主机配置