XAMPP 設置Vhost配置節點

apache/conf/extra/httpd-vhosts.conf

<VirtualHost *:80>

   ServerAdmin [email protected]

   DocumentRoot "D:/workspace/glambox"

   ServerName www.glambox.me

   SetEnv APPLICATION_ENV dev

   <Directory D:/workspace/glambox>

Order allow,deny

Allow from all

AllowOverride All

   </Directory>

</VirtualHost>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章