php_value memory_limit 256M php_value post_max_size 256M php_value upload_max_filesize 64M php_value max_input_vars 2000 php_value max_execution_time 300 php_value max_input_time 1000 # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # Wordfence WAF php_value auto_prepend_file '/home/sigmahom/public_html/my.sigmacreativestudio.com/wordfence-waf.php' php_value auto_prepend_file '/home/sigmahom/public_html/my.sigmacreativestudio.com/wordfence-waf.php' Require all denied Order deny,allow Deny from all # END Wordfence WAF # php -- BEGIN cPanel-generated handler, do not edit # NOTE this account's php is controlled via FPM and the vhost, this is a place holder. # Do not edit. This next line is to support the cPanel php wrapper (php_cli). # AddType application/x-httpd-ea-php56 .php .phtml # php -- END cPanel-generated handler, do not edit