[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] SecureServerAlias Directory index forbidden hack
- Subject: RE: [cobalt-users] SecureServerAlias Directory index forbidden hack
- From: "Sim Ayers" <sim@xxxxxxxxxxxx>
- Date: Sat Nov 17 13:56:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > However, if the user enters a https URL and it's an alias
> > then the server returns a directory index listing.
> >
>
> How about just a .htaccess file instead?
> --
> Dan Kriwitsky
>
>
AllowOverride None...... is the default setting in the access.conf
that controls which options the .htaccess files in directories can
override, but I sure you knew that. So yes an .htaccess would be an
easy solution to the directory index listing problem with SecureServerAlias.
Sim