This file contains hidden or 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
| AuthType Basic | |
| AuthName "Restricted Area" | |
| AuthUserFile /var/www/path/.htpasswd | |
| # We are not allow group access so this is set to null | |
| AuthGroupFile /dev/null | |
| Require valid-user | |
| # allow public access to the following resources | |
| # allow access to the feeds folder | |
| SetEnvIf Request_URI "(path/to/feeds/)$" allow | |
| SetEnvIf Request_URI "(path/to/some_php_file\.php)$" allow |
NewerOlder