[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ2 - .HTACCESS
- Subject: Re: [cobalt-users] RAQ2 - .HTACCESS
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Mon Nov 20 06:43:01 2000
- Organization: Pomfret Computer Technologies
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > >
> > >here is the .htaccess content:
> > ># Access file
> > >order allow,deny
> > >allow from all
> > >require valid-user
> > >Authname Zamil Steel Users
> > >AuthPAM_Enabled off
> > >Authtype Basic
> > >AuthUserFile /home/sites/site7/web/aologin/.htpasswd
> >
> >
> > Try taking the spaces out of your Authname entry. Try Zami_Steel_Users
> > instead.
> >
>
> I think usually it's:
>
> AuthName "MyCompanyWeb"
Well, everyone is "correct", to a point. The AuthName either needs to be a
single, continuous word w/o spaces, or enclosed with double quotes for
multiple words.
AuthName your_auth_realm
or
AuthName "Your Auth Realm"
--
Brian Curtis