<VirtualHost *:80>
#站点目录,单斜杠或双反斜杠
DocumentRoot "d:/myweb"
ServerName myweb
DirectoryIndex index.php index.php3 index.html index.htm
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>