Skip to content

Instantly share code, notes, and snippets.

@andrinheusser
Created February 15, 2018 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrinheusser/2309ee3f00d289fe7152fb19e3b9c8aa to your computer and use it in GitHub Desktop.
Save andrinheusser/2309ee3f00d289fe7152fb19e3b9c8aa to your computer and use it in GitHub Desktop.
Apache VHosts Wildcard
<VirtualHost *:80>
UseCanonicalName Off
ServerAlias *.devel
VirtualDocumentRoot "C:/Projects/%-3/public"
<Directory "C:/Projects/*/">
LogLevel debug
Require all granted
AllowOverride All
Options Indexes FollowSymLinks
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment