Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by AskApache: http://wiki.apache.org/httpd/Recipes/BypassAuthenticationOrAuthorizationRequirements The comment on the change is: nice improvement! please point me to the rules so i can properly credit the src ------------------------------------------------------------------------------ In this above example, the "Order allow,deny" line blocks access by default, the "Allow" directive allows the LAN, and the "Satisfy all" directive requires both LAN and password. - The following recipe incorporates the "Satisfy Any", "Allow", and "Order" directives to allow google, CSS and XHTML validation via w3.org, and the web-developer to access the site without being prompted for a password. Everyone else is prompted for a password. This is especially useful for webmasters while working on a site. + The following recipe incorporates the "Satisfy Any", "Allow", and "Order" directives to allow google, CSS and XHTML validation via w3.org, and the web-developer to access the site without being prompted for a password. Everyone else is prompted for a password. This is especially useful for webmasters while working on a site. + credit ''[http://www.askapache.com/2006/htaccess/htaccesselite-ultimate-htaccess-article.html askapache]'' {{{AuthName "example.com Administration" AuthUserFile /some/path/.htpasswd
