Thread: redirect issue
View Single Post
  #6  
Old 01-29-2007, 06:12 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
I believe that there is a admin/ directory under the public directory, otherwise, LSWS will not redirect.
You should either remove it, or rewrite "/admin" to "/dispatch.lsapi" with a rewrite rule at vhost level, it will tell LSWS to skip the checking of admin directory, thus the redirect.
Reply With Quote