• Resolved Jamie

    (@scragglydoggames)


    Hi guys,

    I use this plugin for all of my own sites which are on linux with cpanel.

    However, one of the sites I work with is stuck on windows server with plesk. We have this plugin there, but as it writes to htaccess which windows ignores, i’m not sure it kicks in.

    is there a way to make the settings in the plugin into a htaccess file, and then get these in place there to give the same security?

    thanks

    jamie

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

    (@mbrsolution)

    Hi Jamie, unfortunately I don’t use Windows servers in none of my sites :(. I suggest that you look on the internet for IIS and Plesk equivalent to Apache and .htaccess files entries.

    For example one of the developers posted the following findings in one of the support threads here in the forum.

    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>

    Sorry about this.

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘Does AIOWP work on windows machines?’ is closed to new replies.