Skip to content

Instantly share code, notes, and snippets.

@bdunogier
Created July 29, 2010 13:34
Show Gist options
  • Save bdunogier/498142 to your computer and use it in GitHub Desktop.
Save bdunogier/498142 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName site.com
ServerAlias *.site.com
DocumentRoot /var/www/ezpublish
RewriteEngine On
Include conf.d/ez-rewrite.conf
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment