View Single Post
  #4  
Old 11-03-2008, 02:52 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
You can use rewrite rule to rewrite any URL to /dispatch.lsapi?arg=$1
Internally, LSWS use a 404 not found handler to route request to /dispatch.lsapi, if you explicitly rewrite URL to /dispatch.lsapi, it will override the default.
Reply With Quote