View Single Post
  #11  
Old 09-15-2011, 12:06 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
LiteSpeed does not go though the whole directory hierarchies looking for .htaccess like Apache, which low efficient.
LiteSpeed will look up to the document root of the vhost, and the user's home directory, if it is a subdomain, it look up to one directory level up, which usually is the document root of the main domain.
Moving configurations into .htaccess under document root is preferred.
Reply With Quote