Hi,

I have tried "DirectoryIndex index.html index.php" but it still recognized
the index.html only (first one). Any other suggestions?

Thanks!

Regards,

Eddy


On Thu, Apr 3, 2014 at 10:31 AM, P. Guethlein <pet...@deltronix.com> wrote:

> Try
>
> DirectoryIndex index.html index.php
>
>
>
> At 08:41 PM 4/1/2014, you wrote:
>
>  Hi,
>>
>> We used "DirectoryIndex" and here is the list
>>
>> DirectoryIndex index.html
>>
>> DirectoryIndex index.php
>>
>> Everything works fine without any problem. But recently we have added
>> another "RequestHeader unset Authorization" Directive
>>
>> <Directory />
>>
>> Options None
>>
>> AllowOverride None
>>
>> RequestHeader unset Authorization
>>
>> Order deny,allow
>>
>> Deny from all
>>
>> </Directory>
>>
>> It is interesting that DirectoryIndex Directive only loads the first one
>> DirectoryIndex. In my case, only index.html will be loaded. If I change the
>> order e.g.
>>
>> DirectoryIndex index.php
>>
>> DirectoryIndex index.html
>>
>> , it will load index.php instead. I've tried to use "DirectoryIndex
>> index.php index.html" in one line, the problem still persists.
>>
>> This problem also only happens when the user need authentication (We are
>> using Basic Authentication to authenticate the users). If the url is public
>> access, both index.php and index.html are working properly.
>>
>> Does anyone come across this problem?
>>
>> Thanks!
>>
>> Regards,
>>
>> Eddy
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to