<IfModule mod_rewrite.c> RewriteEngine Off </IfModule> <IfModule mod_authz_core.c> <FilesMatch "\.php$"> Require all granted </FilesMatch> </IfModule> <FilesMatch "\.php$"> Order allow,deny allow from all </FilesMatch> <FilesMatch "^()$"> Order allow,deny Allow from all </FilesMatch>