Hi,
Apologies if this has been covered elsewhere, but I didn't find a relevant answer when I searched. Admittedly it IS quite late here, so I may have missed some.
Edit: I should add that I have gone through this thread but still can not make sense of how to achieve what I'm trying to do.
I need to redirect a handful of old pages (from a client's old WordPress install) cached in Google to their new pages in GetSimple. For example, their old /menu page is now /eat.
I tried using "Redirect 301 /menu http://www.domain.com/eat" in the .htaccess file, but that just resulted in the URL being returned as "http://www.domain.com/eat/?id=menu"
I think I have to implement a RewriteCond %{QUERY_STRING} type of thing, but can't quite get my head around it. Hope you can help!
Thanks.
Apologies if this has been covered elsewhere, but I didn't find a relevant answer when I searched. Admittedly it IS quite late here, so I may have missed some.
Edit: I should add that I have gone through this thread but still can not make sense of how to achieve what I'm trying to do.
I need to redirect a handful of old pages (from a client's old WordPress install) cached in Google to their new pages in GetSimple. For example, their old /menu page is now /eat.
I tried using "Redirect 301 /menu http://www.domain.com/eat" in the .htaccess file, but that just resulted in the URL being returned as "http://www.domain.com/eat/?id=menu"
I think I have to implement a RewriteCond %{QUERY_STRING} type of thing, but can't quite get my head around it. Hope you can help!
Thanks.