edburdo
04-22-2005, 11:21 AM
OK, I have a website that I split the content out into a separate website. I have all the individual content pages doing a 301 redirect over to the new site.
I now need to redirect the Category listing page. The URL is like this:
http://www.rlisolutions.com/?c=Games
And I want to redirect it to this:
http://www.ogametips.com/32/rli-solutions-ogame-tips-has-its-own-site
How do I set this up? I tried using:
RewriteCond %{QUERY_STRING} ^c\=Games$
RewriteRule ^$ http://www.ogametips.com/32/ [R=301,L,QSA]
But I get the ?c=Games appended to the new URL. Anyone have a simpler solution?
~ Eric
I now need to redirect the Category listing page. The URL is like this:
http://www.rlisolutions.com/?c=Games
And I want to redirect it to this:
http://www.ogametips.com/32/rli-solutions-ogame-tips-has-its-own-site
How do I set this up? I tried using:
RewriteCond %{QUERY_STRING} ^c\=Games$
RewriteRule ^$ http://www.ogametips.com/32/ [R=301,L,QSA]
But I get the ?c=Games appended to the new URL. Anyone have a simpler solution?
~ Eric