Skip to content

Instantly share code, notes, and snippets.

@867
Last active January 12, 2016 08:34
Apache2.4系でVirtualDocumentRootを使うときの設定
## Apache2.4系 VirtualDocumentRootを使う場合の設定
UseCanonicalName Off
<virtualhost *:80>
VirtualDocumentRoot "c:/var/www/%0/html"
</virtualhost>
<directory "c:/var/www/*/html">
Require all granted
</directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment