I have a WordPress multisite install on WPEngine with a bunch of sites. I need to restrict access to the wp-login.php file for just one of them. I’ve been trying to do it in .htaccess with no success. I can modify the .htaccess file at the root, but specifying the “folder name” of the site doesn’t work.
For example I have [domain.com](https://domain.com) which I can FTP to but I cannot FTP into the main directory of any of the sub sites to add an .htaccess file there. Also when I try to target just the sub site using something like /subfolder/wp-login.php in the main .htaccess file it does not work.
[ad_2]