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

Discussion in 'General' started by testset, Jul 10, 2007.

  1. testset

    testset New Member

    I have a web which is for public use.

    Web Directives:
    Code:
    <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?
     
  2. planet_fox

    planet_fox Member HowtoForge Supporter

    Want you only for this web or all webs ?
     
  3. the_spy

    the_spy New Member

    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
     
  4. testset

    testset New Member

    Only for this web :)
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not disable the index adding function without programming. The functions are in /root/ispconfig/scripts/lib/config.lib.php
     
  6. testset

    testset New Member

    Thank you, i will try it :)
     

Share This Page