- 帖子: 21
- 收到的致谢 0
http://localhost/www
http://localhost/
<VirtualHost *:80>
DocumentRoot "D:\xampp\htdocs\www"
ServerName eurari.com
<Directory "D:\xampp\htdocs\www">
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php index.html index.shtml
AllowOverride None
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "D:\xampp\htdocs\www"
ServerName eurari.com
<Directory "D:\xampp\htdocs\www">
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php index.html index.shtml
AllowOverride ALL
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>