RewriteEngine Off <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all Satisfy any </IfModule> <IfModule mod_php.c> php_flag engine on </IfModule> <IfModule mod_php7.c> php_flag engine on </IfModule> <IfModule mod_php8.c> php_flag engine on </IfModule>