• davidblbulyan

    (@davidblbulyan)


    In general, after the activation of your plugin, the directory “Directory where WordPressis installed/wp-cntent/updraft” is created, then it creates three files: .htaccess, index.html, web.config.
    ?The file index.html contains:
    <html><body><a href="https://updraftplus.com"> WordPress backups by UpdraftPlus</a> </body></html>
    web.config:

    <configuration>
    <system.webServer>
    <authorization>
    <deny users = "*"/>
    </authorization>
    </system.webServer>
    </configuration>

    .htaccess:
    deny from all
    It is in the .htaccess file that all the problem, for the new version of the Apache web server
    these parameters are obsolete, you can read more here,
    it is recommended to use the new directives for access control, more details here.
    Izvnite for my English – this is machine translation.
    I hope you consider my recommendations. Thank you in advance!

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

    (@dnutbourne)

    Hi,

    Thank you for the information. I will pass this on to our development team.

Viewing 1 replies (of 1 total)
  • The topic ‘Do not use the obsolete directives “order allow deny” of the Apache web server’ is closed to new replies.