View Single Post
  #3 (permalink)  
Old 12-27-2005, 11:16 AM
Faglork's Avatar
Faglork Faglork is offline
WebProWorld Veteran
 
Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 938
Faglork RepRank 1
Default Re: Re-designing the default "Index of /" page whe

Quote:
Originally Posted by diana777
Hello Forum Members,
Does anyone know if it's possible to re-design the default "Index of/directoryname" page that resutls when there is no index.html file in a directory?
This is not "default" behaviour - it is dependent on your virtual server configuration and can - if the server config allows that - be changed via a .htaccess file.

See
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html
and
http://httpd.apache.org/docs/2.0/mod...directoryindex
for possible configurations.

For security reasons, the server should NOT show directory contents by default. You may want to check this with your hosting company.

hth,
faglork
Reply With Quote