Skip to content

Instantly share code, notes, and snippets.

@ericwilson
Last active August 29, 2015 14:00
Show Gist options
  • Save ericwilson/11335881 to your computer and use it in GitHub Desktop.
Save ericwilson/11335881 to your computer and use it in GitHub Desktop.
Apache Virtual Hosts and Domain Redirection
<VirtualHost *:80>
ServerName www.yourdomain.com
Redirect permanent / http://yourdomain.com/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment