Skip to content

Instantly share code, notes, and snippets.

@maaarghk
Created March 25, 2014 11:57
Show Gist options
  • Save maaarghk/9760296 to your computer and use it in GitHub Desktop.
Save maaarghk/9760296 to your computer and use it in GitHub Desktop.
yass
<Directory "/www/sites">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
VirtualDocumentRoot /www/sites/%0/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment