htaccess only allow specific php query – Apache
I have a WordPress site, where I grant access to users through an O2Auth provider, so they never have to query wp-login.php. But, when users log out, they need to query for wp-login.php?action=logout&_wpnounce=dead0beef I want to protect wp-login via .htaccess,…