Hi I want to match a query string with modrewrite , the problem is that my query_string has a url as value:
%{QUERY_STRING} next=https://play.google.com/store/apps/details?pepe=1
and it doesn't work for me.
input='next=https://play.google.com/store/apps/details?pepe=1'
patttern='next=https://play.google.com/store/apps/details?pepe=1' => not-matched
but if I had to match only the uri , it works , the problem is when I try to add parameters to the query_string url:
http://example.com?next=https://play.google.com/store/apps/details?pepe=1
is there any way to match that kind of query_string?
thanks in advance.
[edited by: Ocean10000 at 3:44 pm (utc) on Dec 30, 2014]
[edit reason] examplified [/edit]