Skip to content

Instantly share code, notes, and snippets.

@cayblood
Created March 2, 2011 12:50
Show Gist options
  • Save cayblood/850870 to your computer and use it in GitHub Desktop.
Save cayblood/850870 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName www.transfigurism.org
Redirect permanent / http://transfigurism.org/
</VirtualHost>
<VirtualHost *:80>
ServerAdmin admin@transfigurism.org
ServerName transfigurism.org
DocumentRoot /var/www/transfigurism.org/current/public
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment