This is a discussion on Allow exception in Apache not working within the Windows Web Servers forums, part of the Web Server and Related Forums category; I've added a Directory section to httpd.conf that includes the following directives and restart the service after testing ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've added a Directory section to httpd.conf that includes the
following directives and restart the service after testing changes. The intention is to relax authentication on this one directory only, but when accessed, it still requires authentication. AllowOverride None Order allow, deny Allow from all What am I missing? Ken |
|
|||
|
Never mind. I figured out a way:
Order deny, allow Satisfy Any Ken patty.billing@gmail.com wrote: > I've added a Directory section to httpd.conf that includes the > following directives and restart the service after testing changes. The > intention is to relax authentication on this one directory only, but > when accessed, it still requires authentication. > > AllowOverride None > Order allow, deny > Allow from all > > What am I missing? > Ken |