We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df9fd5 commit fa74399Copy full SHA for fa74399
apache/conf/extra/vhosts/localhost.conf
@@ -1,13 +1,13 @@
1
<VirtualHost *:80>
2
ServerAdmin admin@localhost
3
- DocumentRoot "D:/www/localhost/"
+ DocumentRoot "D:/web/localhost/"
4
ServerName localhost
5
ServerAlias www.localhost
6
- <Directory "D:/www/localhost/">
+ <Directory "D:/web/localhost/">
7
Options Indexes FollowSymLinks MultiViews
8
AllowOverride all
9
Order Deny,Allow
10
Allow from all
11
Require all granted
12
</Directory>
13
-</VirtualHost>
+</VirtualHost>
0 commit comments