Created
January 21, 2014 13:22
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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