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

Re: [cobalt-users] cgi dir 711 chmod still http viewable



> right now it is chmod 711 and is still viewable
>
> HOW DO I PREVENT VIEWING OF CGI TYPE DIR'S ???
>


stick a zerolength file called index.html in the directory.

Or rather redirect in the index.html to root:

 <meta HTTP-EQUIV="refresh" content="0; url=/">