What’s the opposite of required valid user in .htaccess authentication
Ok guys, I did further research. Basically, all I had to do was add “Satisfy Any” argument. So the main .htaccess file looked like the one I posted in my initial thread. Then for the specific folder, I created a new .htaccess file (/folder/.htaccess). Then added this: <Files wp-login.php> Satisfy Any </Files> Much thanks to … Read more