Jump to content

help with .htaccess and passwords!


acidglitter

Recommended Posts

on my site i have a .htaccess file like this...

 

AuthName "Restricted Area" 
AuthType Basic 
AuthUserFile /home/site/.htpasswd
AuthGroupFile /dev/null 
require valid-user

 

so all of the folders on my site are password protected. is there a way though that i could remove the password on one of the subfolders with another .htaccess file?

Link to comment
https://forums.phpfreaks.com/topic/117026-help-with-htaccess-and-passwords/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.