• Resolved hectordefector

    (@hectordefector)


    Is there a way to use the functions in the plugin with a IIS, like the block ip function or any other function that uses the .htaccess.

Viewing 1 replies (of 1 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, yes there is. You need to google for this information. Here is a code shared in the forum by one of the developers.

    Below is the IIS equivalent to the Apache .htaccess rules for denying access to xmlrpc.php. ( Solution quoted by wpsolutions)

    <security>
      <requestFiltering>
        <denyUrlSequences>
          <add sequence="xmlrpc.php" />
        </denyUrlSequences>
      </requestFiltering>
    </security>
Viewing 1 replies (of 1 total)
  • The topic ‘IIS support for the plugin’ is closed to new replies.