Skip to content

Instantly share code, notes, and snippets.

View danpecher's full-sized avatar

Daniel Pecher danpecher

View GitHub Profile
<VirtualHost *:80>
ServerAlias *.local.dev
UseCanonicalName Off
VirtualDocumentRoot /var/www/%1/
<Directory "/var/www/%1">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all