• Resolved vizzzio

    (@vizzzio)


    Good day!

    I am running a scan on a site, and I am getting a message:
    Publicly accessible config, backup, or log file found: .user.ini
    I am using cyberpanel

    My htaccess

    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/my.site/public_html/wordfence-waf.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/my.site/public_html/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    # END Wordfence WAF

    Please tell me what is the problem?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘.user.ini Critical Issue (Cyberpanel)’ is closed to new replies.