Skip to content

Instantly share code, notes, and snippets.

@andypa
Created November 28, 2013 07:42
Show Gist options
  • Save andypa/7688502 to your computer and use it in GitHub Desktop.
Save andypa/7688502 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName example.com
Redirect permanent / http://www.example.com/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment