[!!!][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
typo3/index.htm
deleted
100644 → 0
typo3/index.html
deleted
100644 → 0
typo3/install/index.htm
deleted
100755 → 0
typo3/install/index.html
deleted
100755 → 0
Please register or sign in to comment