-1

I have been reading quite a bit but no luck :(

So it goes like this:

The old pages were like this: http://www.website.co.uk/category/subcat/page.php?id=AB-GRKIS1515

They now need to be redirected to: http://www.website.co.uk/category/some-seoenabled-url

If it helps on the new pages I am using Opencart.

It seems that I need to use htaccess query string redirects, but all my attempts have failed.

Much appreciated, any help!

Alex
  • 11
  • 2

1 Answers1

0

The solution found with Billy's help is as follows:

RewriteCond %{QUERY_STRING} ^id=AB-GRKIS1515$ RewriteRule (.*) http://www.website.co.uk/category/some-seoenabled-url? [R=301,L]

Super happy today ;o)

Alex

Alex
  • 11
  • 2