JezK
Edit File: .htaccess
RewriteEngine on RewriteOptions inherit # Redirect to HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] <Files 403.shtml> order allow,deny allow from all </Files> # 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 php7_module> php_value default_charset "UTF-8;" php_value memory_limit 128M php_value max_execution_time 36000 php_value upload_max_filesize 999M php_value mysql.connect_timeout 20 php_flag session.auto_start Off php_flag session.use_only_cookies On php_flag session.use_cookies On php_flag session.use_trans_sid Off php_value session.cookie_httponly "On;" php_value session.gc_maxlifetime 3600 php_flag short_open_tag On php_flag display_errors On php_value max_input_time -1 php_value max_input_vars 10000 php_value post_max_size 20M php_value session.save_path "/var/cpanel/php/sessions/alt-php74" php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_value default_charset "UTF-8;" php_value memory_limit 128M php_value max_execution_time 36000 php_value upload_max_filesize 999M php_value mysql.connect_timeout 20 php_flag session.auto_start Off php_flag session.use_only_cookies On php_flag session.use_cookies On php_flag session.use_trans_sid Off php_value session.cookie_httponly "On;" php_value session.gc_maxlifetime 3600 php_flag short_open_tag On php_flag display_errors On php_value max_input_time -1 php_value max_input_vars 10000 php_value post_max_size 20M php_value session.save_path "/var/cpanel/php/sessions/alt-php74" php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit deny from 180.254.75.244 deny from 144.76.68.17 deny from 182.8.212.130 # php -- BEGIN cPanel-generated handler, do not edit # Set the “alt-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-alt-php74___lsphp .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit