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