Skip to content

Instantly share code, notes, and snippets.

@dsyph3r
Created April 3, 2011 18:10
Show Gist options
  • Save dsyph3r/900628 to your computer and use it in GitHub Desktop.
Save dsyph3r/900628 to your computer and use it in GitHub Desktop.
Symfony 2: Click
<VirtualHost 127.0.0.1:80>
ServerName click.dev
DocumentRoot "/var/www/html/click.dev/web"
DirectoryIndex app.php
<Directory "/var/www/html/click.dev/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
127.0.0.1 click.dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment