Created
July 27, 2019 17:27
-
-
Save TheCraigHewitt/339349014e82006f15bd7f884293125c to your computer and use it in GitHub Desktop.
Seriously Simple Podcasting: .htaccess line for FastCGI servers to enable password protection for feeds. This line to be added above the WordPress rules in the .htaccess file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I originally ask for the equivalent Nginx setting. Never mind, I found it.