frds i am using apache2 server on my ubuntu 10.10 machine
now i have to change the default file of apache2 i…e “index.html”
but i didnt found anything in httpd.conf and apache2.conf
help plz…
frds i am using apache2 server on my ubuntu 10.10 machine
now i have to change the default file of apache2 i…e “index.html”
but i didnt found anything in httpd.conf and apache2.conf
help plz…
Add an option to your DirectoryIndex:
DirectoryIndex index.html index.php index.xx
Usually in httpd.conf - unless Ubuntu does something different… either way, shouldn’t be hard to find.