Tutorial Allow Single URL Through .htaccess Password Protection
This code is useful for multi environment setups (staging, production, etc.) it allows you to keep your htaccess files in sync while maintai...
https://iskablogs.blogspot.com/2014/03/tutorial-allow-single-url-through.html
This code is useful for multi environment setups (staging, production, etc.) it allows you to keep your htaccess files in sync while maintaining an htpasswd on your development environment or anything but the live environment.
#allows a single uri through the .htaccess password protection
SetEnvIf Request_URI "/testing_uri$" test_uri
#allows everything if its on a certain host
SetEnvIf HOST
#allows a single uri through the .htaccess password protection
SetEnvIf Request_URI "/testing_uri$" test_uri
#allows everything if its on a certain host
SetEnvIf HOST