Thread: Random 404s
View Single Post
  #27  
Old 12-28-2005, 02:04 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
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. ;-)
Reply With Quote