Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created May 10, 2010 12:09
Show Gist options
  • Save wjessop/395979 to your computer and use it in GitHub Desktop.
Save wjessop/395979 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName site.tv
ServerAlias www.site.tv
RewriteEngine On
RewriteRule ^/(.*) http://site.co.uk/$1 [L,R=301]
ServerSignature On
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment