# BEGIN SpeedyCacheheaders
FileETag None
# Allow embedding from ThemeForest preview
<IfModule mod_headers.c>
    Header always unset X-Frame-Options
    Header always unset Content-Security-Policy
    Header always set Content-Security-Policy "frame-ancestors 'self' https://preview.themeforest.net"
</IfModule>

<IfModule mod_headers.c>
	Header unset ETag
</IfModule>
<FilesMatch "\.(html)$">
<IfModule mod_headers.c>
	Header set x-speedycache-source "Server"
	Header set Cache-Tag "spider-themes.net"
	Header set CDN-Cache-Control "max-age=1296000"
	Header set Cache-Control "public"
	Header unset Pragma
	Header unset Last-Modified
</IfModule>
</FilesMatch>

<FilesMatch "\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$">
	<IfModule mod_headers.c>
		Header unset Pragma
		Header set Cache-Control "public"
	</IfModule>
</FilesMatch>
# END SpeedyCacheheaders
# BEGIN Gzipspeedycache
<IfModule mod_deflate.c>
	AddOutputFilterByType DEFLATE font/opentype
	AddOutputFilterByType DEFLATE font/otf
	AddOutputFilterByType DEFLATE font/ttf
	AddOutputFilterByType DEFLATE font/woff
	AddOutputFilterByType DEFLATE font/woff2
	AddOutputFilterByType DEFLATE text/js
	AddOutputFilterByType DEFLATE text/css
	AddOutputFilterByType DEFLATE text/html
	AddOutputFilterByType DEFLATE text/javascript
	AddOutputFilterByType DEFLATE text/plain
	AddOutputFilterByType DEFLATE text/xml
	AddOutputFilterByType DEFLATE image/svg+xml
	AddOutputFilterByType DEFLATE image/x-icon
	AddOutputFilterByType DEFLATE application/javascript
	AddOutputFilterByType DEFLATE application/x-javascript
	AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
	AddOutputFilterByType DEFLATE application/x-font
	AddOutputFilterByType DEFLATE application/x-font-opentype
	AddOutputFilterByType DEFLATE application/x-font-otf
	AddOutputFilterByType DEFLATE application/x-font-truetype
	AddOutputFilterByType DEFLATE application/x-font-ttf
	AddOutputFilterByType DEFLATE application/font-woff2
	AddOutputFilterByType DEFLATE application/xhtml+xml
	AddOutputFilterByType DEFLATE application/xml
	AddOutputFilterByType DEFLATE application/rss+xml
</IfModule>
# END Gzipspeedycache
# BEGIN LBCspeedycache
<IfModule mod_expires.c>
	ExpiresActive on
	ExpiresDefault A0
	ExpiresByType text/css A31536000
	ExpiresByType text/javascript A31536000
	ExpiresByType font/ttf A31536000
	ExpiresByType font/otf A31536000
	ExpiresByType font/woff A31536000
	ExpiresByType font/woff2 A31536000
	ExpiresByType image/jpg A31536000
	ExpiresByType image/jpeg A31536000
	ExpiresByType image/png A31536000
	ExpiresByType image/gif A31536000
	ExpiresByType image/webp A31536000
	ExpiresByType image/x-icon A31536000
	ExpiresByType image/svg+xml A31536000
	ExpiresByType image/vnd.microsoft.icon A31536000
	ExpiresByType video/ogg A31536000
	ExpiresByType video/mp4 A31536000
	ExpiresByType video/webm A31536000
	ExpiresByType audio/ogg A31536000
	ExpiresByType application/pdf A31536000
	ExpiresByType application/javascript A31536000
	ExpiresByType application/x-javascript A31536000
	ExpiresByType application/x-font-ttf A31536000
	ExpiresByType application/x-font-woff A31536000
	ExpiresByType application/font-woff A31536000
	ExpiresByType application/font-woff2 A31536000
	ExpiresByType application/vnd.ms-fontobject A31536000
</IfModule>
# END LBCspeedycache
# BEGIN WEBPspeedycache
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{HTTP_ACCEPT} image/webp
	RewriteCond %{REQUEST_FILENAME} \.(jpe?g|png|gif)$
	RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
	RewriteRule ^(.+)\.(jpe?g|png|gif)$ $1.webp [T=image/webp,L]
</IfModule>
<IfModule mod_headers.c>
  Header append Vary Accept env=REDIRECT_accept
</IfModule>
AddType image/webp .webp
# END WEBPspeedycache
# BEGIN speedycache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
	RewriteCond %{REQUEST_METHOD} GET
	RewriteCond %{HTTP_USER_AGENT} !(Mediatoolkitbot|facebookexternalhit|SpeedyCacheCCSS)
	RewriteCond %{QUERY_STRING} =""
	RewriteCond %{HTTP:Cookie} !(comment_author_|wordpress_logged_in_)

	RewriteCond %{REQUEST_URI} !(\/){2}$
	RewriteCond %{REQUEST_URI} !^/(wp-(?:admin|login|register|comments-post|cron|json))/ [NC]
	RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/speedycache/%{HTTP_HOST}/all%{REQUEST_URI}/index.html -f
	RewriteRule ^(.*) /wp-content/cache/speedycache/%{HTTP_HOST}/all%{REQUEST_URI}/index.html [L]
</IfModule>
# END speedycache

# BEGIN LSCACHE
# END LSCACHE
# BEGIN NITROPACK
# END NITROPACK
# BEGIN NON_LSCACHE
# END NON_LSCACHE

#Begin Really Simple Security
Options -Indexes
#End Really Simple Security
# 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 LiteSpeed
# The directives (lines) between "BEGIN LiteSpeed" and "END LiteSpeed" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeed

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors Off
   php_value max_execution_time 130
   php_value max_input_time 160
   php_value max_input_vars 1000
   php_value memory_limit 196M
   php_value post_max_size 280M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/alt-php74"
   php_value upload_max_filesize 150M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 130
   php_value max_input_time 160
   php_value max_input_vars 1000
   php_value memory_limit 196M
   php_value post_max_size 280M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/alt-php74"
   php_value upload_max_filesize 150M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

# BEGIN Hotlinking
# The directives (lines) between "BEGIN Hotlinking" and "END Hotlinking" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.

# END Hotlinking

# BEGIN FRedirect_ErrorDocument
# The directives (lines) between "BEGIN FRedirect_ErrorDocument" and "END FRedirect_ErrorDocument" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
ErrorDocument 404 /index.php?error=404
# END FRedirect_ErrorDocument

# SOFTACULOUS Block author scans
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (author=\d+) [NC]
RewriteRule .* - [F]
# SOFTACULOUS Block author scans End

# SOFTACULOUS Enable bot protection
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} (?:virusbot|spambot|evilbot|acunetix|BLEXBot|domaincrawler\.com|LinkpadBot|MJ12bot/v|majestic12\.co\.uk|AhrefsBot|TwengaBot|SemrushBot|nikto|winhttp|Xenu\s+Link\s+Sleuth|Baiduspider|HTTrack|clshttp|harvest|extract|grab|miner|python-requests) [NC]
RewriteRule ^(.*)$ http://no.access/
# SOFTACULOUS Enable bot protection End
# BEGIN Speed Optimizer by 10Web
# The directives (lines) between "BEGIN Speed Optimizer by 10Web" and "END Speed Optimizer by 10Web" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.

# END Speed Optimizer by 10Web

# BEGIN WP Cloudflare Super Page Cache
# The directives (lines) between "BEGIN WP Cloudflare Super Page Cache" and "END WP Cloudflare Super Page Cache" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# END WP Cloudflare Super Page Cache
# SOFTACULOUS Block xmlrpc
<files xmlrpc.php>
	Require all denied
</files>
# SOFTACULOUS Block xmlrpc End

# SOFTACULOUS Block .htaccess and .htpasswd
<FilesMatch ^(?i:\.ht.*)$>
	Require all denied
</FilesMatch>
# SOFTACULOUS Block .htaccess and .htpasswd End

# SOFTACULOUS Block directory browsing
Options -Indexes
# SOFTACULOUS Block directory browsing End

# SOFTACULOUS Block access sensitive files
<FilesMatch "^.*(((?:wp-config)\.(?:php|bak|swp))|php.ini|\.[hH][tT][aApP].*|((?:error_log|readme|license|changelog|-config|-sample)\.(?:php|md|log|txt|htm|html)))$">
	Require all denied
</FilesMatch>
# SOFTACULOUS Block access sensitive files End

RewriteCond %{HTTP_REFERER} !^http://banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://banglatuts.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://banglatuts.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://docs.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://docs.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://helpdesk.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://helpdesk.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://html-template.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://html-template.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://pay.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://pay.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spiderdevs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spiderdevs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spiderdevs.xyz/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://spiderdevs.xyz$      [NC]
RewriteCond %{HTTP_REFERER} !^http://wordpress-plugins.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://wordpress-plugins.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://wordpress-theme.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://wordpress-theme.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.banglatuts.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.banglatuts.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.docs.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.docs.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.helpdesk.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.helpdesk.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.html-template.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.html-template.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pay.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pay.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spiderdevs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spiderdevs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spiderdevs.xyz/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.spiderdevs.xyz$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpress-plugins.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpress-plugins.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpress-theme.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpress-theme.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://banglatuts.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://banglatuts.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://docs.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://docs.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://helpdesk.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://helpdesk.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://html-template.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://html-template.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://mail.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://mail.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://mail.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://mail.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://pay.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://pay.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spiderdevs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spiderdevs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spiderdevs.xyz/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://spiderdevs.xyz$      [NC]
RewriteCond %{HTTP_REFERER} !^https://wordpress-plugins.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://wordpress-plugins.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://wordpress-theme.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://wordpress-theme.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.banglatuts.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.banglatuts.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.docs.creativegigs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.docs.creativegigs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.helpdesk.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.helpdesk.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.html-template.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.html-template.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.mail.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.mail.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.mail.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.mail.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.pay.banglatuts.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.pay.banglatuts.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spiderdevs.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spiderdevs.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spiderdevs.xyz/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.spiderdevs.xyz$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wordpress-plugins.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wordpress-plugins.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wordpress-theme.spider-themes.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wordpress-theme.spider-themes.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://themeforest.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://themeforest.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://preview.themeforest.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://preview.themeforest.net$      [NC]
RewriteCond %{HTTP_REFERER} !^https://s3.envato.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://s3.envato.com$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]


# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
