meltzman12
02-27-2006, 01:32 PM
Hi,
I've got a situation where I need to do a redirectmatch in .htaccess including query strings. I've tried several things, but with no luck. In short, this is what I'm trying to accomplish:
http://www.example.com/index.php?pageId=0&start=0
needs to redirect to:
http://www.example.com/index.php?pageId=117&start=0
The only difference is the pageID=117 is changing, but different content gets populated into index.php based on pageId.
Can this be accomplished with redirectmatch, or modrewrite? And if so, I'd love some help here, as I'm quite baffled.
Thanks,
Matt
I've got a situation where I need to do a redirectmatch in .htaccess including query strings. I've tried several things, but with no luck. In short, this is what I'm trying to accomplish:
http://www.example.com/index.php?pageId=0&start=0
needs to redirect to:
http://www.example.com/index.php?pageId=117&start=0
The only difference is the pageID=117 is changing, but different content gets populated into index.php based on pageId.
Can this be accomplished with redirectmatch, or modrewrite? And if so, I'd love some help here, as I'm quite baffled.
Thanks,
Matt