|
Matt,
Thank you for your assistance, finally, I figured out this nasty bug, a wrong variable has been used while building our htaccess cache. :oops:
Please download 2.1.9 package again. I am pretty confident that the bug has been fixed. :-)
I guess I can sleep well tonight. ;-)
Xing,
Thank you for your suggestion. The context matching way does have slightly performance advantage. :-)
Acctually, query string can be set in a matching context as well, like
exp:^/forum/([0-9]+)/(.*) ---> /myprivate/forum.php?forum=$1\&post=$2
Becareful to escape the '&', otherwise, it will be replaced by the matching URI. ;-)
|