httpd-vhosts.conf的配置

<VirtualHost *:80>
    DocumentRoot "D:\product\web\Public" 
    ServerName demo.web.com
    DirectoryIndex app.php
    <Directory "D:\product\web\Public">
        Options Indexes FollowSymLinks ExecCGI
        AllowOverride All
        order allow,deny
        Allow from all
    </Directory>   
</VirtualHost>

 

posted @ 2015-11-24 16:20  浅痕zlx  阅读(218)  评论(0编辑  收藏  举报