Skip to content

Instantly share code, notes, and snippets.

@edelgado
Last active December 12, 2015 01:38
Show Gist options
  • Save edelgado/4692500 to your computer and use it in GitHub Desktop.
Save edelgado/4692500 to your computer and use it in GitHub Desktop.
mod_rewrite rule (to be placed inside .htaccess or a <virtualhost> directive in Apache)
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^/?$ http://theurltoredirecthere [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment