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

RE: [cobalt-users] SecureServerAlias Directory index forbidden hack



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