[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RAQ2 - .HTACCESS



> > >
> > >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