Hi I have to redirect current PHP dynamic pages:
http://www.sample.com/page/2/?wpec_spao=include-inserting-tool
So I want everything that has: “http://www.sample.com/page/2/?wpec_spao=” to be redirected regardless of remaining part of the link (that remaining part is dynamically generated) to:
http://www.sample.com/site-moved-page/
Any help on how to do this?
Add this to your
.htaccessin yourDocumentRoot.