• Resolved Local

    (@fullctrl)


    Hi,
    After the last backup created, there was a new .htaccess file in all folders – which causes the site to not function.
    How can I make sure this does not happen, and delete all of them?

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 3 years, 7 months ago by Yani. Reason: formatting
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding .htaccess files’ is closed to new replies.