DaveAtIFG

msg:1522333 | 4:47 am on Mar 9, 2001 (gmt 0) |
The format for a RewriteRule is "Regular expression" followed by the target destination for example: ^mydomain yourdomain.com It looks to me as if your regex needs refining and your destination needs to be a destination, not a regex. You may find this [brainstorm.co.uk] helpful.
|
FewIdolsLeft

msg:1522334 | 5:16 am on Mar 9, 2001 (gmt 0) |
Thanks Dave - I totally agree - that was a desperate half-measure I tried. But then, this other rule give me no joy either: RewriteRule ^(.*)\?(.*)$ $1?{unescape:$2} (hoping that %2e would get converted to the '.' character) Any suggestions ? Deepak
|
DaveAtIFG

msg:1522335 | 3:47 am on Mar 10, 2001 (gmt 0) |
Take a look at [engelschall.com...] I think this is what you may need to do.
|
|