> 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=/">