PDA

View Full Version : / (please don't create an index.html in webXX ispconfig!)


testset
10th July 2007, 13:30
I have a web which is for public use.

Web Directives:
<Directory "/var/www/webXX/web">
Options +Indexes
</Directory>

It works fine, but ISPConfig adds after a while an standard "your-web-is-ready"-index.html in /web - i do not want that, how can i deactivate it for this web?

planet_fox
10th July 2007, 13:41
Want you only for this web or all webs ?

the_spy
10th July 2007, 15:18
I already posted this problem some weeks ago also, ISPconfig could try to detect if there is a Indexes option in the htaccess or apache configuration for this virtualhost before adding the standard index.html file

testset
10th July 2007, 16:48
Want you only for this web or all webs ?Only for this web :)

till
11th July 2007, 10:12
You can not disable the index adding function without programming. The functions are in /root/ispconfig/scripts/lib/config.lib.php

testset
11th July 2007, 15:50
Thank you, i will try it :)