Home Forums WordPress Plugins Hide My WP web.config

This topic is: not resolved
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #5474
    9911323
    Active
    Post count: 18

    hello,
    i have this message on start setting page and during windows configuration:

    1.Web.config file is located in WP root directory
    2.Add it to right before <rule name=”wordpress” patternSyntax=”Wildcard”>
    3.You may need to re-configure the server whenever you change settings or activate a new theme or plugin.

    and in my web.config file i didn’t have the line ( <rule name=”wordpress” patternSyntax=”Wildcard”> )
    my web.config file contain:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules/>
    </rewrite>
    </system.webServer>
    </configuration>

    my window is windows server 2008

    thank you

    #5481
    Suman M.
    Post count: 12478

    Hi, please try this:
    – add <rules> tag after <rewrite> tag
    – now add HMWP rules just below <rules> tag

    • This reply was modified 9 years, 2 months ago by Suman M..
    #5763
    9911323
    Active
    Post count: 18
    This reply has been marked as private.
    #5765
    9911323
    Active
    Post count: 18
    This reply has been marked as private.
    #5770
    Suman M.
    Post count: 12478

    Hi, what happened to the site after the changes above? Did it break or any error? Can you please let us know your website url?

    #5771
    9911323
    Active
    Post count: 18
    This reply has been marked as private.
    #5774
    9911323
    Active
    Post count: 18
    This reply has been marked as private.
    #5775
    Suman M.
    Post count: 12478

    Can you please try removing the following lines from the web config file:
    # BEGIN Hide My WP
    # END Hide My WP

    #5777
    9911323
    Active
    Post count: 18

    still the same problem!

    #5780
    Suman M.
    Post count: 12478

    You’re getting the same error as above? Please try this:
    – click “reset settings to wp” in HMWP start tab
    – deleting all the content of web.config file and then add default wordpress web.config content from here – https://snipt.net/batfan/default-wordpress-webconfig-file-with-permalinks/
    – now apply “medium privacy more compatibility” settings from HMWP start tab; save the settings; click on IIS configuration button and follow guide to update web.config file.

    #5781
    9911323
    Active
    Post count: 18

    iam sorry but the same result !

    #5791
    Suman M.
    Post count: 12478

    Please let us know your website’s wp-admin login details and FTP details as Private Reply so that we can look into the issue further.

    #5836
    9911323
    Active
    Post count: 18
    This reply has been marked as private.
    #5842
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #5857
    9911323
    Active
    Post count: 18

    i did what you describe but it still the same issue, i opened the permission for editing

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.