# Leverage Browser Caching by SG-Optimizer
<IfModule mod_expires.c>
	ExpiresActive on
# CSS
	ExpiresByType text/css                              "access plus 1 year"
# JavaScript
	ExpiresByType application/javascript                "access plus 1 year"
	ExpiresByType application/x-javascript              "access plus 1 year"
# Manifest files
	ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"
	ExpiresByType text/cache-manifest                   "access plus 0 seconds"
# Media
	ExpiresByType audio/ogg                             "access plus 1 year"
	ExpiresByType image/gif                             "access plus 1 year"
	ExpiresByType image/jpg                             "access plus 1 year"
	ExpiresByType image/jpeg                            "access plus 1 year"
	ExpiresByType image/png                             "access plus 1 year"
	ExpiresByType image/svg                             "access plus 1 year"
	ExpiresByType image/svg+xml                         "access plus 1 year"
	ExpiresByType video/mp4                             "access plus 1 year"
	ExpiresByType video/ogg                             "access plus 1 year"
	ExpiresByType video/webm                            "access plus 1 year"
	ExpiresByType image/x-icon                          "access plus 1 year"
	ExpiresByType application/pdf                       "access plus 1 year"
	ExpiresByType application/x-shockwave-flash         "access plus 1 year"
# XML
	ExpiresByType text/xml                              "access plus 0 seconds"
	ExpiresByType application/xml                       "access plus 0 seconds"
# Web feeds
	ExpiresByType application/atom+xml                  "access plus 1 hour"
	ExpiresByType application/rss+xml                   "access plus 1 hour"
# Web fonts
	ExpiresByType application/font-woff                 "access plus 1 year"
	ExpiresByType application/font-woff2                "access plus 1 year"
	ExpiresByType application/vnd.ms-fontobject         "access plus 1 year"
	ExpiresByType application/x-font-ttf                "access plus 1 year"
	ExpiresByType font/opentype                         "access plus 1 year"
</IfModule>
# END LBC





# GZIP enabled by SG-Optimizer
<IfModule mod_deflate.c>
	<IfModule mod_filter.c>
		AddOutputFilterByType DEFLATE "application/atom+xml" \
		"application/javascript" \
		"application/json" \
		"application/ld+json" \
		"application/manifest+json" \
		"application/rdf+xml" \
		"application/rss+xml" \
		"application/schema+json" \
		"application/vnd.geo+json" \
		"application/vnd.ms-fontobject" \
		"application/x-font-ttf" \
		"application/x-javascript" \
		"application/x-web-app-manifest+json" \
		"application/xhtml+xml" \
		"application/xml" \
		"font/eot" \
		"font/opentype" \
		"image/bmp" \
		"image/svg+xml" \
		"image/vnd.microsoft.icon" \
		"image/x-icon" \
		"text/cache-manifest" \
		"text/css" \
		"text/html" \
		"text/javascript" \
		"text/plain" \
		"text/vcard" \
		"text/vnd.rim.location.xloc" \
		"text/vtt" \
		"text/x-component" \
		"text/x-cross-domain-policy" \
		"text/xml"
	</IfModule>
</IfModule>
# END GZIP
# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# 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

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

# 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
# SGO Unset Vary
Header unset Vary
# SGO Unset Vary END

# 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 php8_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 600
   php_value max_input_vars 1000
   php_value memory_limit -1
   php_value post_max_size 1G
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php80"
   php_value upload_max_filesize 900M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 600
   php_value max_input_vars 1000
   php_value memory_limit -1
   php_value post_max_size 1G
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php80"
   php_value upload_max_filesize 900M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit
