Skip to content
Snippets Groups Projects
Commit c860aa01 authored by Michael Stucki's avatar Michael Stucki Committed by Georg Ringer
Browse files

[!!!][FEATURE] Remove typo3/index.html (and more)

Remove typo3/index.html which does nothing else than redirecting to
index.php.
It uses a meta redirection, which has been deprecated by the W3C:
http://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element

If this change will break your setup, make sure to change the
"DirectoryIndex" setting of your Apache webserver so it looks for files
named index.php: DirectoryIndex index.php

The patch will also remove other files with a similar functionality:
- typo3/index.htm
- typo3/index.html
- typo3/install/index.htm
- typo3/install/index.html

It will NOT remove index.html in t3lib/ and some other places, where the
redirect is rather used as a security feature to avoid directory
listings on poorly configured servers...

Change-Id: I0097c62213cde9cec056e4a6b864cba9f2e828f6
Resolves: #31614
Reviewed-on: http://review.typo3.org/6561
Tested-by: Philipp Gampe
Reviewed-by: Christian Kuhn
Reviewed-by: John Galt
Tested-by: John Galt
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
parent 3f21feaf
No related merge requests found
<!-- Default script designed to just redirect to login screen -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Refresh Content="0; Url=index.php">
</HEAD>
</HTML>
\ No newline at end of file
<!-- Default script designed to just redirect to login screen -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Refresh Content="0; Url=index.php">
</HEAD>
</HTML>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Refresh Content="0; Url=index.php">
</HEAD>
</HTML>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Refresh Content="0; Url=index.php">
</HEAD>
</HTML>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment