Created
February 13, 2012 22:44
-
-
Save mitchkramez/1821183 to your computer and use it in GitHub Desktop.
Allow Flash Through HTTP Auth
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
SetEnvIf User-Agent ^Adobe\sFlash let_me_in | |
<Directory /var/www/vhosts/dev.welcoa.org> | |
Satisfy Any | |
Order allow,deny | |
Allow from env=let_me_in | |
Deny from none | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment