Skip to content

Instantly share code, notes, and snippets.

@J7mbo
Created August 30, 2013 10:41
Show Gist options
  • Save J7mbo/6388587 to your computer and use it in GitHub Desktop.
Save J7mbo/6388587 to your computer and use it in GitHub Desktop.
<VirtualHost *:1337>
ServerName silex.local
ServerAlias silex.local
DocumentRoot "/home/james/Dev/github/Silex/web"
DirectoryIndex index.php
<Directory "/home/james/Dev/github/Silex/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment