Project

General

Profile

Actions

Bug #31614

closed

Remove typo3/index.html

Added by Michael Stucki over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-11-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I accidentally checked an option in Firefox which allows to disable meta redirection (use the Web Developer toolbar and click Disable > Disable Meta Redirects).

So I wondered why my backend login did no longer show up, since obviously http://mysite/typo3/ did not redirect to index.php any more.

After I realized the problem, I could simply delete typo3/index.htm and typo3/index.html and the login page immediately came back. This is because my DirectoryIndex in Apache is set to "index.htm index.html index.php", so if the 2st two files are not available, it will always send the index.php document right away.

So I propose to remove those files, which seem to be of little need. Precondition is that I assume everyone has index.php in their DirectoryIndex, which is the case by default in Apache on Debian at least, but I also think it applies pretty much to everyone...

Also not that meta refresh has been deprectated by the W3C anyway, so it's going to be removed sooner or later... http://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element

Actions

Also available in: Atom PDF