![]() |
Can I put two AuthUserFile directives in one .htaccess file?
Can this work?
AuthName "Password Protected Pages" AuthType Basic AuthUserFile /home/something/.htpasswd AuthUserFile /home/otherdir/.htpasswd Options +Includes AddHandler server-parsed .html order deny,allow deny from all Thanks for your help people! |
nope
it can only read from one file. What you can do is have a script concat those two files into one: Code:
#!/bin/sh and use the resulting file as AuthUserFile |
Thanks a million darksoul!
|
All times are GMT -7. The time now is 02:15 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123