New wordpress install. Below is the htaccess file.
I am using cyberpanel 1.7
in a regular wordpress install if i go to domain/admin it should redirect to domain/wp-login.php in this case its not happening.
BEGIN LSCACHE
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary]marker CACHE RESOURCE start
RewriteRule wp-content/./[^/](responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
marker CACHE RESOURCE end
marker FAVICON start
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]