Hi guys,
I'm trying to make a rewrite rile for:
..so it sends to:
The rule I have at the moment is:
However, the ; gets converted into %3b in the QUERY_STRING ... how can I stop that being encoded??
TIA!
Andy
I'm trying to make a rewrite rile for:
..so it sends to:
The rule I have at the moment is:
Code:
RewriteRule ^archives/cancun.cgi [URL unfurl="true"]http://archives.cancunandrivieramaya.com/archives/cancun.cgi?%{QUERY_STRING}[/URL] [R=301,L]
However, the ; gets converted into %3b in the QUERY_STRING ... how can I stop that being encoded??
TIA!
Andy