Friday, 30 August 2013

Redirect remove query

Redirect remove query

I want to redirect this page:
http://www.mydomain.com/mypage/subpage/
To:
http://www.mydomain.com/tempage/index.html
and this is my htaccess directive:
Redirect 302 /mypage/subpage/ /tempage/index.html
This redirects correctly but it adds a query string ?url=/mypage/subpage/
at the end of the URL, how can I remove it?

No comments:

Post a Comment