All my default documents are .shtml , what do I do in this case. Will this also work with miva? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Malcolm Wild Sent: Thursday, July 05, 2001 12:54 PM To: [EMAIL PROTECTED] Subject: RE: [cobalt-developers] Directory Browsing!!! OFF easiest way is to insert a .htaccess file to handle errors this will stop all but the index.html / .htm etc from being looked at by default create a .htaccess file with the following lines ErrorDocument 404 http://www.sitename.isp/error404.htm ErrorDocument 401 http://www.sitename.isp/error401.htm ErrorDocument 500 http://www.sitename.isp/error500.htm then place it in the /home/sites/sitex/web folder job done :) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of njd76 Sent: 05 July 2001 17:15 To: [EMAIL PROTECTED] Subject: RE: [cobalt-developers] Directory Browsing!!! OFF Is there a way to turn directory browsing off on certain virtual domains only? _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
