PDA

View Full Version : cant read index file


Bt4
09-10-2011, 08:46 PM
Hello,
when i create a host , i'll upload index.htm ,html to www folder but it ddt work when i open website ddt read indexs automatically
what is the problem
for example
http://****.org/
but it work when i open file link
http://****.org/index.htm
http://****.org/rce/index.htm

slava
09-11-2011, 07:47 AM
Hello,
you can confugure directory index by several ways

1. In the www domain properties Default page field
http://img856.imageshack.us/img856/894/defaultpagep.jpg

2. In apache confuguration file DirectoryIndex (http://httpd.apache.org/docs/2.2/mod/mod_dir.html) directive

3. In .htaccess file (DirectoryIndex index.htm index.html index.php)