Forum Moderators: phranque
I have a problem in that the redirect works and takes me to the specified url BUT it appends the query string (that is represented by the second .*).
The intention is it is permanent.
The original url would be something like:
[widget1.com...]
The required url would be:
[widget1.com...]
and what I'm getting is:
[widget1.com...]
The rule I'm using is:
RewriteRule ^(.*)widget/.*$ [widget1.com...]
Any ideas what the problem is.
Many thanks,
Chris