htacces in stats map

Discussion in 'Installation/Configuration' started by hans2512, Feb 21, 2007.

  1. hans2512

    hans2512 New Member

    hi everyone

    i have several site running with htaccess in the root of the website.
    in this htacces there is a DirectoryIndex index.php

    in the stat map index.html is the default.

    how can I add a different DirectoryIndex to this htaccess.

    I all ready tried
    DirectoryIndex index.html in front of the auth and also after

    in both cases i need to add in the url /index.html to view the stats

    Does someone have a solution or is it possible the add this by default


    thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Just change
    Code:
    DirectoryIndex index.php
    to
    Code:
    DirectoryIndex index.html index.php
     

Share This Page