Jump to content

Protecting access to folders / files


rv20

Recommended Posts

know how to htacess and htpsword to protect folders,

 

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

 

for exmaple.

 

If you have a directory in say /server/htdocs/mypage/

 

and you want to allow access to certain files in /mypage but you also have an htacess file in the root directory /server/htdocs,

 

then how do you do that???  confused!  ???

Link to comment
https://forums.phpfreaks.com/topic/159585-protecting-access-to-folders-files/
Share on other sites

  • 3 weeks later...

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.