Skip to content

Instantly share code, notes, and snippets.

@paulstefanort
Created November 8, 2011 18:10
Show Gist options
  • Save paulstefanort/1348585 to your computer and use it in GitHub Desktop.
Save paulstefanort/1348585 to your computer and use it in GitHub Desktop.
Apache VirtualHost: Redirect Domain
RewriteEngine On
RewriteRule ^/(.*)$ http://www.newdomain.com [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment