RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
# Use PHPstable as default
#AddHandler application/x-httpd-php-stable .php
#<IfModule mod_suphp.c>
#    suPHP_ConfigPath /opt/phpstable/lib
#</IfModule>

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 46.229.168.0/24
deny from 54.36.0.0/16
deny from 192.99.5.0/24

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