category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
AuthType directive for Apache

- AuthType directive
Syntax: AuthType Basic|Digest
Context: directory, .htaccess
Override: AuthConfig
Status: core

This directive selects the type of user authentication for a directory. Only Basic and Digest are currently implemented. It must be accompanied by AuthName and Require directives, and directives such as AuthUserFile and AuthGroupFile to work.

When AuthDigest is used an AuthDigestRealmSeed should also be set.

OTHER ARTICLES

Count how many days

AuthUserFile directive

Passing value from child window to parent

AcceptFilter for Apache

CGICommandArgs directive

Redirecting YourSite.com to www.YourSite.com

PHP and MySQL

ClearModuleList directive

Doctypes for XHTML docs

PHP feof() Function