• Resolved easy_c0mpany80

    (@easy_c0mpany80)


    I recently ran a find and delete files bash command to delete the public/html.htaccess files from multiple WP sites on a server, unfortunately I left the script to run recursively and it found and deleted all .htaccess files in all sub dirs eg /plugins and /themes and it looks like it deleted these WF ones:

    /public_html/wp-content/plugins/wordfence/lib/.htaccess
    /public_html/wp-content/plugins/wordfence/tmp/.htaccess

    what should I do about this? Will they recreate themselves or do I need to add them back and if so where can I get a copy of them?

    thanks

Viewing 1 replies (of 1 total)
  • Hi,
    These files have only one this line:
    deny from all
    You can view these files on the source code viewer here.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Accidentally deleted plugin .htaccess files’ is closed to new replies.