RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?decomallnovin\.ir$ [NC]
RewriteRule ^(.*)$ https://decomallnovin.com/$1 [L,R=301]


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

# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule litespeed/debug/.*\.log$ - [F,L]
RewriteRule \.litespeed_conf\.dat - [F,L]

### 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! ##
### marker BROWSER CACHE start ###
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A15768000
ExpiresByType image/x-icon A15768000
ExpiresByType image/vnd.microsoft.icon A15768000
ExpiresByType image/svg+xml A15768000

ExpiresByType image/jpg A15768000
ExpiresByType image/jpeg A15768000
ExpiresByType image/png A15768000
ExpiresByType image/gif A15768000
ExpiresByType image/webp A15768000
ExpiresByType image/avif A15768000

ExpiresByType video/ogg A15768000
ExpiresByType audio/ogg A15768000
ExpiresByType video/mp4 A15768000
ExpiresByType video/webm A15768000

ExpiresByType text/css A15768000
ExpiresByType text/javascript A15768000
ExpiresByType application/javascript A15768000
ExpiresByType application/x-javascript A15768000

ExpiresByType application/x-font-ttf A15768000
ExpiresByType application/x-font-woff A15768000
ExpiresByType application/font-woff A15768000
ExpiresByType application/font-woff2 A15768000
ExpiresByType application/vnd.ms-fontobject A15768000
ExpiresByType font/ttf A15768000
ExpiresByType font/otf A15768000
ExpiresByType font/woff A15768000
ExpiresByType font/woff2 A15768000

</IfModule>
### marker BROWSER CACHE end ###

## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE

# BEGIN WordPress
# دستورالعمل‌های (خطوط) بین "BEGIN WordPress" و "END WordPress"
# به طور پویا تولید شده‌اند، و فقط باید به وسیلهٔ صافی‌های وردرپرس ویرایش شوند.
# هر تغییری در دستورالعمل‌های بین این نشان‌گرها بازنویشی خواهند شد.
<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