• The plugin adds the following rules to the file .htaccess:

    Order allow,deny

    This causes a 500 error on the version server Apache2.4

    Please correct!

Viewing 1 replies (of 1 total)
  • The plugin adds both, Apache 2.2 and 2.4 directives to the .htaccess file.

    These lines are always wrapped in a condition like below:

    <IfModule !mod_authz_core.c>
    	 Order allow,deny
    	 Deny from all
    
    </IfModule>

    +++++ To prevent any confusion, I’m not iThemes +++++

Viewing 1 replies (of 1 total)
  • The topic ‘Error 500 on the Apache2.4 – Order allow,deny’ is closed to new replies.