[EDIT] FILE: .htaccess
<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>
SAVE
CANCEL