<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>
posted on 2011-02-14 10:47  Right_MR  阅读(293)  评论(0编辑  收藏  举报