# BEGIN iThemes Security - Do not modify or remove this line
# iThemes Security Config Details: 2
# Quick ban IP. Will be updated on next formal rules save.
SetEnvIF REMOTE_ADDR "^89\.180\.148\.223$" DenyAccess
SetEnvIF X-FORWARDED-FOR "^89\.180\.148\.223$" DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP "^89\.180\.148\.223$" DenyAccess
<IfModule mod_authz_core.c>
	<RequireAll>
		Require all granted
		Require not env DenyAccess
		Require not ip 89.180.148.223
	</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
	Order allow,deny
	Deny from env=DenyAccess
	Deny from 89.180.148.223
	Allow from all
</IfModule>
# END iThemes Security - Do not modify or remove this line

# BEGIN iThemes Security - Do not modify or remove this line
# iThemes Security Config Details: 2
# Quick ban IP. Will be updated on next formal rules save.
SetEnvIF REMOTE_ADDR "^185\.46\.122\.34$" DenyAccess
SetEnvIF X-FORWARDED-FOR "^185\.46\.122\.34$" DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP "^185\.46\.122\.34$" DenyAccess
<IfModule mod_authz_core.c>
	<RequireAll>
		Require all granted
		Require not env DenyAccess
		Require not ip 185.46.122.34
	</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
	Order allow,deny
	Deny from env=DenyAccess
	Deny from 185.46.122.34
	Allow from all
</IfModule>
# END iThemes Security - Do not modify or remove this line

# BEGIN iThemes Security
	# BEGIN Ban Users
		SetEnvIF REMOTE_ADDR "^223\.204\.53\.254$" DenyAccess
		SetEnvIF X-FORWARDED-FOR "^223\.204\.53\.254$" DenyAccess
		SetEnvIF X-CLUSTER-CLIENT-IP "^223\.204\.53\.254$" DenyAccess
		
		order allow,deny
		deny from env=DenyAccess
		deny from 223.204.53.254
		allow from all
		
	# END Ban Users
# END iThemes Security

# Set PHP handler to application/x-httpd-php54 on Thu Nov  5 09:21:23 MST 2015.
# Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Thu Nov  5 09:21:23 MST 2015.
# AddHandler application/x-httpd-ea-php56 .php

# BEGIN WordPress
<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType image/jpg "access plus 1 year"
	ExpiresByType image/jpeg "access plus 1 year"
	ExpiresByType image/gif "access plus 1 year"
	ExpiresByType image/png "access plus 1 year"
	ExpiresByType text/css "access plus 1 month"
	ExpiresByType application/pdf "access plus 1 month"
	ExpiresByType text/javascript "access plus 1 month"
	ExpiresByType text/html "access plus 2 hours"
	ExpiresByType image/x-icon "access plus 1 year"
	ExpiresDefault "access plus 6 hours"
</IfModule>
Options -Indexes
Header set X-Endurance-Cache-Level "2"
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /
	RewriteRule ^/wp-content/endurance-page-cache/ - [L]
	RewriteCond %{REQUEST_METHOD} !POST
	RewriteCond %{QUERY_STRING} !.*=.*
	RewriteCond %{HTTP_COOKIE} !(wordpress_test_cookie|comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle|wp_woocommerce_session_) [NC]
	RewriteCond %{DOCUMENT_ROOT}/wp-content/endurance-page-cache/$1/_index.html -f
	RewriteRule ^(.*)$ /wp-content/endurance-page-cache/$1/_index.html [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
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-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
