Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Created April 6, 2013 09:30
Show Gist options
  • Save Fabryz/5325547 to your computer and use it in GitHub Desktop.
Save Fabryz/5325547 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "your_directory_path/Symfony/web"
ServerName yourdomain.com
ServerAlias yourdomain.com
<Directory "your_directory_path/Symfony/web">
Options Indexes FollowSymLinks
AllowOverride All
Allow from All
</Directory>
ErrorLog "yourdomain-error_log"
CustomLog "yourdomain-access_log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment