|
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.
|