
RewriteEngine on

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

deny from 154.28.188.223
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^charge\.paypax\.ir$ [OR]
RewriteCond %{HTTP_HOST} ^www\.charge\.paypax\.ir$
RewriteRule ^(.*)$ "https\:\/\/charge\.paypax\.ir\/$1" [R=301,L]

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