Skip to content

Instantly share code, notes, and snippets.

@nicholaskuechler
Created May 19, 2012 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicholaskuechler/2732154 to your computer and use it in GitHub Desktop.
Save nicholaskuechler/2732154 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
Servername yourdomain.com
ServerAlias www.yourdomain.com
Redirect permanent / http://www.facebook.com/yourUsernameOrWhatever
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment