• Resolved Jan Teriete

    (@leisurelarry)


    Plugins causes an error 500 loading assets. Please check for mod_authz_core.c in .htaccess.

    <Files *.php>
        <IfModule mod_authz_core.c>
            Require all denied
        </IfModule>
        <IfModule !mod_authz_core.c>
            Order allow,deny
            Deny from all
        </IfModule>
    </Files>
    
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 500: Please update .htaccess’ is closed to new replies.