My site's apache document index is configured as index.html index.php

I put a index.html which is a flash opening inside before entering the true content of the site.
Problem found when opening the browse server , it just shown the content of index.html instead of a file manager.

This problem doesn't appear on drupal 5.x

Comments

ufku’s picture

Category: bug » support

This is not an IMCE bug. If you call imce using /?q=imce it will probably interpret this as /index.html?q=imce in your case.
The URL should explicitly be set as /index.php?q=imce, which should be an issue with the application(a wysiwyg editor) that opens IMCE.

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.