I have an old website with non-firendly URL structure. It gets some traffic so I would like to redirect it to new domain.
Now, what I want to achieve is to redirect pages on old domain to the pages on new domain, something like this:
http://olddomain/product.php?id=some-product
to
http://newdomain.com/old-products/some-product
I know how to change this on the same domain but how to redirect it to pages on new domain?
Any help appreciated. Thanks.
Now, what I want to achieve is to redirect pages on old domain to the pages on new domain, something like this:
http://olddomain/product.php?id=some-product
to
http://newdomain.com/old-products/some-product
I know how to change this on the same domain but how to redirect it to pages on new domain?
Any help appreciated. Thanks.