• Resolved Enterpr1se

    (@enterpr1se)


    Hi,

    In /wp-content/nfwlog/ , there’s a .htaccess file

    <Files “*”>
    <IfModule mod_version.c>
    <IfVersion < 2.4>
    Order Deny,Allow
    Deny from All
    </IfVersion>
    <IfVersion >= 2.4>
    Require all denied
    </IfVersion>
    </IfModule>
    <IfModule !mod_version.c>
    <IfModule !mod_authz_core.c>
    Order Deny,Allow
    Deny from All
    </IfModule>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    </IfModule>

    Is there any nginx version for these rules?
    Thanks very much

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘change .htaccess to nginx format’ is closed to new replies.