Stefan Antonelli wrote:
Eric Covener gmail.com> writes:
You can't match the query string in RewriteRule. Add a RewriteCond
that looks at %{QUERY_STRING} and use a backreference to the
RewriteCond match
Do you have any Example where i can find this in action?
In which context are you using
Eric Covener gmail.com> writes:
> You can't match the query string in RewriteRule. Add a RewriteCond
> that looks at %{QUERY_STRING} and use a backreference to the
> RewriteCond match
Do you have any Example where i can find this in action? Sorry but I am not
familiar with all the mod_rewrite-St