Created
June 8, 2018 15:34
-
-
Save fixable11/5835693c0851c30a3b08a93506c4c15c to your computer and use it in GitHub Desktop.
Apache vhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName yii2 | |
DocumentRoot "D:/wamp64/www/yii2/basic/web" | |
<Directory "D:/wamp64/www/yii2/basic/web"> | |
Options +Indexes +Includes +FollowSymLinks +MultiViews | |
AllowOverride All | |
Require local | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment