Replies: 1
I have a somewhat different setup than the default setup.
I run a bare wordpress install in /wp.
All my content (plugins/themes/etc) reside in /content.
wordfence-waf.php exists in /wp.
I would like to move this file to /content because every time my grunt build/clean command runs, it clears the entire WP folder and thus also this file.
Can I do this (while simultaneously changing the location in htaccess) without any other issues/dependencies ?