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 #1

Updated by Mr. Hudson over 12 years ago

  • Status changed from New to Under Review

Patch set 2 of change I0097c62213cde9cec056e4a6b864cba9f2e828f6 has been pushed to the review server.
It is available at http://review.typo3.org/6561

Actions #2

Updated by Michael Stucki over 12 years ago

  • Assignee set to Michael Stucki
Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change I0097c62213cde9cec056e4a6b864cba9f2e828f6 has been pushed to the review server.
It is available at http://review.typo3.org/6561

Actions #4

Updated by Michael Stucki over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF