On 10/29/07, Melanie Pfefer <melanie_pfefer@xxxxxxxxxxx> wrote: > thanks indeed. > what's the idea behind removing > > Order deny,allow > Deny from all The more appropriate question is: what's the idea of putting it there in the first place? Those lines explicitly deny access from all client (unless otherwise overridden). Obviously that's not what you want. > Also, while starting the apache server, I have this > warning: > > [warn] Useless use of AllowOverride in line 483 > > Should I simply remove also > > AllowOverride None Yes. AllowOverride can't be used inside <Location> since it applies to file-system directories, not urls. It appears you just copied a bunch of stuff from <Directory /> to your <Location> section. That is not a good thing to do in general. Check the docs on the meaning of each of the directives. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx