The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Password Protection
Hi,
I am trying to password protect 2 folders using .htaccess but if I add the below code I keep getting a 500 error. Code:
<Directory /home/user1/web-root/adm> AuthType Basic AuthName "Restricted Area" AuthUserFile /home/user1/.htadm AuthGroupFile "/dev/null" Require valid-user </Directory> <Directory /home/user1/web-root/mod> AuthType Basic AuthName "Restricted Area" AuthUserFile "/home/user1/.htmd" AuthGroupFile "/dev/null" Require valid-user </Directory> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|