<?xml version="1.0"?> <!-- This file was generated automatically by the Akeeba Backup Engine DO NOT REMOVE THIS FILE This file makes sure that your backup output directory is not directly accessible from the web if you are using the Microsoft Internet Information Services (IIS) web server, version 7 or later. This prevents unauthorized access to your backup archive files and backup log files. Removing this file could have security implications for your site. As noted above, this only works on IIS 7 or later. See https://www.iis.net/configreference/system.webserver/security/requestfiltering/fileextensions You are strongly advised to never delete or modify any of the files automatically created in this folder by the Akeeba Backup Engine, namely: * .htaccess * web.config * index.html * index.htm * index.php --> <configuration> <system.webServer> <security> <requestFiltering> <fileExtensions allowUnlisted="false" > <clear /> <add fileExtension=".html" allowed="true"/> </fileExtensions> </requestFiltering> </security> </system.webServer> </configuration>