Skip to content

Instantly share code, notes, and snippets.

@ssteinker
Created January 21, 2014 13:22
Show Gist options
  • Save ssteinker/8539912 to your computer and use it in GitHub Desktop.
Save ssteinker/8539912 to your computer and use it in GitHub Desktop.
Rewirte condition to catch the ID out of "index.php?id=XXX" and redirect them to the new home.
RewriteCond %{THE_REQUEST} "/index\.php\?id=417"
RewriteRule index\.php http://www.yourhost.com/new/page/path/? [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment