Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.htaccess and files

Status
Not open for further replies.

r4dius

Programmer
Joined
Aug 11, 2006
Messages
1
Location
FR
Hi,
I'm actually using a .htaccess to allow access for a all folder with this code (sort of)

AuthType Basic
AuthName "protected area"
AuthUserFile /require valid-user

now I'd like to add a new user that would have access to some files only (not per file type but filename) but I don't know how to do if it's possible, could someone help :) ?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top