Here the current htaccess.
### LITESPEED_CACHE_START - Do not remove this line
<IfModule LiteSpeed>
CacheLookup on
##RewriteEngine On
## Uncomment the following directives if you has a separate mobile view
##RewriteCond %{HTTP_USER_AGENT} "iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini" [NC]
##RewriteRule .* - [E=Cache-Control:vary=isMobile]
## Uncomment the following directives if you has a separate Safari browser view
##RewriteCond %{HTTP_USER_AGENT} Safari
##RewriteCond %{HTTP_USER_AGENT} !Chrome
##RewriteCond %{HTTP_USER_AGENT} !CriOS
##RewriteRule .* - [E=Cache-Control:vary=isSafari]
## Uncomment the following directives only if enabled GUI Option of Separate Cache Copy for Mobile Device, "yoursite.domain" need to be changed
##RewriteCond %{HTTP_USER_AGENT} "iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini" [NC]
##RewriteCond %{HTTP_USER_AGENT} Bot
##RewriteRule .* - [CO=_lscache_vary:device\%3Amobile:yoursite.domain]
</IfModule>
### LITESPEED_CACHE_END
Header set Access-Control-Allow-Origin "*"
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType application/pdf "access plus 1 week"
ExpiresByType text/x-javascript "access plus 1 week"
ExpiresByType application/x-shockwave-flash "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 week"
ExpiresDefault "access plus 1 week"
</IfModule>
<IfModule mod_headers.c>
# For dynamic content
<FilesMatch "\.(php|html)$">
Header set Cache-Control "no-store, no-cache, must-revalidate"
</FilesMatch>
# For static content
<FilesMatch "\.(css|js|jpg|jpeg|png|gif|ico|svg)$">
Header set Cache-Control "public, max-age=31536000"
</FilesMatch>
# For general content
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "public, max-age=600, must-revalidate"
</FilesMatch>
</IfModule>
Options +FollowSymlinks
Options -Indexes
<FilesMatch "(?i)((\.tpl|\.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines:
# Order deny,allow
# Deny from all
</FilesMatch>
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
<IfModule mod_setenvif.c>
SetEnvIf CF-Connecting-IP "^.*\..*\..*\..*" REALIP=$0
</IfModule>
<IfModule mod_remoteip.c>
RemoteIPHeader CF-Connecting-IP
RemoteIPTrustedProxy 127.0.0.1
RemoteIPTrustedProxy 192.168.0.1/16
RemoteIPTrustedProxy 172.16.0.1/12
RemoteIPTrustedProxy 10.0.0.1/8
</IfModule>
# Additional settings (uncomment as needed)
# php_flag register_globals off
# php_flag magic_quotes_gpc Off
# php_value upload_max_filesize 999M
# php_value post_max_size 999M
# php_value max_execution_time 200
# php_value max_input_time 200
# php_admin_value open_basedir none
# BEGIN cPanel-generated php ini directives, do not edit
<IfModule php8_module>
php_value default_charset "UTF-8"
php_value memory_limit 1024M
php_value max_execution_time 360000
php_value upload_max_filesize 512M
php_value mysql.connect_timeout 20
php_flag session.auto_start Off
php_flag session.use_only_cookies On
php_flag session.use_cookies On
php_flag session.use_trans_sid Off
php_value session.cookie_httponly "1"
php_value session.gc_maxlifetime 3600
php_flag display_errors On
php_value max_input_time 6000
php_value max_input_vars 10000
php_value post_max_size 80M
php_value session.save_path "/var/cpanel/php/sessions/ea-php80"
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_value default_charset "UTF-8"
php_value memory_limit 1024M
php_value max_execution_time 360000
php_value upload_max_filesize 512M
php_value mysql.connect_timeout 20
php_flag session.auto_start Off
php_flag session.use_only_cookies On
php_flag session.use_cookies On
php_flag session.use_trans_sid Off
php_value session.cookie_httponly "1"
php_value session.gc_maxlifetime 3600
php_flag display_errors Off
php_value max_input_time 6000
php_value max_input_vars 10000
php_value post_max_size 80M
php_value session.save_path "/var/cpanel/php/sessions/ea-php80"
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
<Files 403.shtml>
order allow,deny
allow from all
</Files>
# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
# Block specific IPs
deny from 185.191.171.13
deny from 185.191.171.11
deny from 85.208.96.206
deny from 85.208.96.210
deny from 34.162.87.219
deny from 51.222.253.20
deny from 103.17.36.196