Skip to content

Instantly share code, notes, and snippets.

@iandundas
Created May 20, 2013 04:43
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 iandundas/5610470 to your computer and use it in GitHub Desktop.
Save iandundas/5610470 to your computer and use it in GitHub Desktop.
Catch-all Redirect .htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.gamehorizonconference.com/ [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment