I tried wrapping the DirectoryIndex (in the main config area) around this IfModule tag......problem persists.

Dickon...

The IfModule for mod_dir really just makes your life easier - it means that if you comment out the mod_dir inclusion, you don't have to change these lines...

You may have to have MultiViews on in your location in the VHOST, so

  # inside your VHOST
  <Location />
    Options Indexes MultiViews
  </Location>

might be worth a spin.

Regards
Jeff

Reply via email to