Thread: rewrite problem
View Single Post
  #2  
Old 04-11-2005, 02:03 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Sorry about that.

%{REQUEST_FILENAME} might be implemented slightly different between LiteSpeed and Apache, litespeed always try to figure out correct PATH_INFO, so it may always end up with a directory. We will take a closer look and make LiteSpeed behave exactly like apache.

For now, I think you can try something like replacing %{REQUEST_FILENAME} with %{DOCUMENT_ROOT}%{ REQUEST_URI}, see if work or not.
Reply With Quote