On Fri, Jan 28, 2005 at 02:52:52PM +0100, Thierry Lombardot wrote: > Merci Philippe! Mais j'ai deja essay� cela, et la demande de mot de > passe apparait pourtant toujours, meme si n'importe quel mot de passe ou > user a une acces (ou en clickant sur cancel).. > > D'autres possibilit�s??
Google est ton ami: apache authentication inheritance D'apres le premier resultat: http://www.apcmag.com/apc/v3.nsf/0/BE02AB63801C9178CA256F4D002733AD > Satisfaction guaranteed > > When you implement authentication in a directory, the same > authentication method applies to all files and subdirectories > contained within that directory. However, there will undoubtedly > be occasions where you'll need to lift restrictions on some > resources within this tree. The following could be used in a > .htaccess file located in a certain subdirectory to prevent the > authentication method from being inherited from a parent > directory: > > Satisfy Any > Order Deny,Allow > Allow from all > > ... Pour avoir teste rapidement, ca fonctionne. -- Gerome Fournier _______________________________________________ gull mailing list [email protected] http://lists.alphanet.ch/mailman/listinfo/gull
