-3

I need to redirect my page from abc.com/page.html?aid=ind/234/ to xyz.com/pagename#affid

I want to do this by adding meta redirect or any javascript that run locally on abc.com/page.html

I do not want to use htacess.

Please help me out.

Best Regards

noufalcep
  • 3,446
  • 15
  • 33
  • 51
akshar
  • 27
  • 5

1 Answers1

-1

use php for getting request parameter: http://php.net/manual/en/reserved.variables.request.php and redirect to needed page like here: How to make a redirect in PHP?

Enjoy

Jiri Cap
  • 156
  • 6