<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^profile/? - [R=410,L]
RewriteRule ^case/? - [R=410,L]
RewriteRule ^agreement/? - [R=410,L]
RewriteRule ^tower/? - [R=410,L]
RewriteRule ^language/? - [R=410,L]
RewriteRule ^tools-generator1/?$ - [R=410,L]
RewriteRule ^tools-generator/?$ - [R=410,L]
RewriteRule ^tools/?$ - [R=410,L]
RewriteRule ^special_case/?$ - [R=410,L]
RewriteRule ^contacts/?$ - [R=410,L]
RewriteRule ^faq/?$ - [R=410,L]
RewriteRule ^csgo/?$ - [R=410,L]
RewriteRule ^pubg/?$ - [R=410,L]
RewriteRule ^dota2/?$ - [R=410,L]
RewriteRule ^upgrade/?$ - [R=410,L]
RewriteRule ^pet-name-generator/?$ - [R=410,L]
RewriteCond %{QUERY_STRING} (^|&)p=58(&|$) [NC]
RewriteRule ^$ - [R=410,L]
</IfModule>
# BEGIN Security Block
# BEGIN WP_Encryption_Well_Known
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/\.well-known/ [NC]
RewriteRule ^(.*)$ - [L]
# END WP_Encryption_Well_Known
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule litespeed/debug/.*\.log$ - [F,L]
RewriteRule \.litespeed_conf\.dat - [F,L]
</IfModule>
<IfModule LiteSpeed>
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]

### marker ASYNC start ###
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax\.php
RewriteCond %{QUERY_STRING} action=async_litespeed
RewriteRule .* - [E=noabort:1]
### marker ASYNC end ###

### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###

</IfModule>
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# BEGIN Security Block
# Block the include-only files.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
</IfModule>
# Disable directory listing
Options All -Indexes
# Remove header with PHP version
Header always unset X-Powered-By
Header unset X-Powered-By
# END Security Block