hi listi have configured a webdav directory. but when i try to connect to it, it doesnt ask for credentials
how could i make it configuration is as below <Directory /dav/> DAV On AuthType Basic AuthName "must" AuthUserFile "/root/davlogin" <LimitExcept GET HEAD OPTIONS> Require user webdav </LimitExcept> </Directory> Regards Azeem