
03-11-09, 08:00 PM
|
|
Newbie Coder
|
|
Join Date: May 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Redirecting specific url with query string to another page
I've seen several examples that were close but I'm still stuck.
I need:
http://www.mysite.com/folder/products.php?CategoryID=1
To direct to:
http://www.mysite.com/folder2/ or http://www.mysite.com/folder2/page.php
Can you show how's it's accomplished for both in htaccess?
|