[ad_1]
I’ve tracked down a “download failed” message to being an issue with the .htaccess file in the wp-content/ai1wm-backups directory. Specifically, deleting these lines:
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
<IfModule mod_autoindex.c>
Options -IndexesCauses the downloads to work again. However, just a moment later the file is updated and the downloads re-break.
Is the plugin maintaining this file and how can I get it to stop?
