Request Authentication for a Directory.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Request Authentication for a Directory.

Post by JellyFish »

How do I "block" users from viewing a directory without authentication?
aspekt9
Forum Commoner
Posts: 43
Joined: Wed Dec 06, 2006 5:03 pm

Post by aspekt9 »

Assuming you use apache check into authentication controls in apache: http://httpd.apache.org/docs/2.0/howto/auth.html
Post Reply