Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fixable11/5835693c0851c30a3b08a93506c4c15c to your computer and use it in GitHub Desktop.
Save fixable11/5835693c0851c30a3b08a93506c4c15c to your computer and use it in GitHub Desktop.
Apache vhost
<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