Thank you for the reply!! I did as you suggested and under Options selected the checkmark to delete all tables and data on deactivation. Then I deactivated and deleted the WordFence plugin but the file wordfence-waf.php is still present.
Here’s the contents of that file:
<?php
// Before removing this file, please verify the PHP ini setting <code>auto_prepend_file</code> does not point to this.
if (file_exists('/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/plugins/wordfence/waf/bootstrap.php')) {
define("WFWAF_LOG_PATH", '/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/wflogs/');
include_once '/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/plugins/wordfence/waf/bootstrap.php';
}
?>
I don’t see any reference to this file and I’ve already deleted the .user.ini file since that brought my site down after migrating it. I’m a little concerned about deleting the wordfence-waf.php file but I don’t want anymore leftover files that are going to be a problem with future migrations.
Would be great to have some guidance from WordFence on migrating a site so that these absolute paths to files don’t break the site if moved.
Thanks for your help!