Home Forums WordPress Plugins Hide My WP Does HMWP conflict with codes

This topic is: not resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7472
    Hilary
    Post count: 6

    I have added these code to my .htaccess file, and it conflicts with HMWP, since i received error page. I’d like to know does HMWP prevent unauthorized viewing of wp-configure.php file or not? Thanks , if not what should i do to solve these code conflicts?

    <Files wp-config.php>
    order allow, deny from all
    </Files>

    <Files ~ “^.*\.([Hh][Tt][Aa])”>
    order allow,deny
    deny from all
    satisfy all
    </Files>

    #7474
    Suman M.
    Post count: 12480

    Hi, HMWP should not conflict with auth viewing of config.php
    Please generate debug report from HMWP start tab and post it here as private reply.
    Also post the full content of the htaccess file (after applying HMWP settings).

    #7493
    Hilary
    Post count: 6
    This reply has been marked as private.
    #7494
    Hilary
    Post count: 6
    This reply has been marked as private.
    #7496
    Hilary
    Post count: 6

    Hi, Suman, what do you think goes wrong here? thanks in advance

    #7503
    Suman M.
    Post count: 12480

    Hi, your HMWP settings look fine. But adding the following rule in htaccess file will result in error page even if HMWP is not active (because for every page request wp-config.php is the must):


    order allow, deny from all

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.