[FLOW3-general] Basic Apache authentication

Ivan Ruiz Gallego ivan at loglan.net
Fri Oct 28 16:46:41 CEST 2011


Hi,

I've try to use the basic Apache authentication within my FLOW3 project. 
So, I've added the following lines to my .htaccess within the 'Web' 
directory:

AuthName "Login"
AuthType Basic
AuthUserFile [pathToPwdFile]
require valid-user

... and I get a 500 error. Is this simply not possible with FLOW3? Or 
(what's much more probable!) am I doing something wrong?

Thanks,
Ivan.


More information about the FLOW3-general mailing list