Plugin Author
Yani
(@yaniiliev)
The plugin creates .htaccess in wp-content/ai1wm-backups folder.
It prevents other users from discovering your backups.
If you find any other .htaccess files, they are not created by the plugin.
Thread Starter
Local
(@fullctrl)
That is stange as it happened when I started the backup..
Plugin Author
Yani
(@yaniiliev)
What content do you see in the .htaccess files?
Make sure it is not confidential information before sharing it.
Thread Starter
Local
(@fullctrl)
<FilesMatch “.*\.(phtml|php)$”>
Order Allow,Deny
Deny from all
</FilesMatch>
But there seems to be something wrong with the index.php as well.
Plugin Author
Yani
(@yaniiliev)
No, this file is not created by this plugin.
Something else created it.
The plugin creates .htaccess with the following contents:
<IfModule mod_mime.c>
AddType application/octet-stream .wpress
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
-
This reply was modified 4 years, 12 months ago by
Yani. Reason: formatting