View Single Post
Old 06-15-2001, 10:23 PM  
DragonAss
Confirmed User
 
Join Date: May 2001
Location: Philly, PA USA
Posts: 206
You can do it with .htaccess blocks.

See this for an example.

[Files foo.html]
AuthName "Insiders Only"
AuthType Basic
AuthUserFile /usr/local/web/apache/.htpasswd-foo
Require valid-user
[/Files]

(those brackets should be gt lt signs like html... but html is taken out of this post)

The whole tutorial.

HTH


[This message has been edited by DragonAss (edited 06-15-2001).]

[This message has been edited by DragonAss (edited 06-15-2001).]
DragonAss is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote