Thread: Website index
View Single Post
  #3  
Old 04-11-2005, 04:23 PM
Omega Omega is offline
Administrator
 
Join Date: Nov 2001
Location: Minneapolis, MN, USA
Posts: 957
Send a message via ICQ to Omega Send a message via AIM to Omega Send a message via MSN to Omega Send a message via Yahoo to Omega
Default

That works...but I think a better method is accomplished by setting the following in Apache (either global config or a <Directory> directive):
Code:
Options -Indexes
Alternatively, if you don't have access to the Apache configuration, you can usually use .htaccess files to accomplish roughly the same thing, too (although the site configuration is preferable).
Reply With Quote