Skip to content

Commit fa74399

Browse files
authored
Apache virtualhost
1 parent 2df9fd5 commit fa74399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<VirtualHost *:80>
22
ServerAdmin admin@localhost
3-
DocumentRoot "D:/www/localhost/"
3+
DocumentRoot "D:/web/localhost/"
44
ServerName localhost
55
ServerAlias www.localhost
6-
<Directory "D:/www/localhost/">
6+
<Directory "D:/web/localhost/">
77
Options Indexes FollowSymLinks MultiViews
88
AllowOverride all
99
Order Deny,Allow
1010
Allow from all
1111
Require all granted
1212
</Directory>
13-
</VirtualHost>
13+
</VirtualHost>

0 commit comments

Comments
 (0)