<VirtualHost default:80>
DocumentRoot "D:\phpStudy\WWW\demo"
ServerName www.sphinx.com
<Directory "D:\phpStudy\WWW\demo">
用户默认请求
DirectoryIndex index.html index.php
Options +Indexes
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
网友评论