# 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_conf\.dat - [F,L]

### marker MOBILE start ###
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile]
### marker MOBILE end ###

### 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]
### marker FAVICON 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 A5292000
ExpiresByType image/x-icon A5292000
ExpiresByType image/vnd.microsoft.icon A5292000
ExpiresByType image/svg+xml A5292000

ExpiresByType image/jpg A5292000
ExpiresByType image/jpeg A5292000
ExpiresByType image/png A5292000
ExpiresByType image/gif A5292000
ExpiresByType image/webp A5292000

ExpiresByType video/ogg A5292000
ExpiresByType audio/ogg A5292000
ExpiresByType video/mp4 A5292000
ExpiresByType video/webm A5292000

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

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

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