Skip to content

Instantly share code, notes, and snippets.

@867
Last active January 12, 2016 08:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save 867/f0b807ba9e40fc375e00 to your computer and use it in GitHub Desktop.
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