Project

General

Profile

Actions

Bug #25725

closed

pageNotFound_handling error with relative paths

Added by Kurt Kunig over 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2011-04-03
Due date:
% Done:

100%

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

Description

The "pageNotFound_handling" shows an empty page instead of the dedicated error404-page:
The page (e.g.) http://www.kupix.de/error404.html is existing!

Following the inputs into the localconf.php and the reaction of the system (my description below)!

1.)
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'error404.html';
Error-message: Server not found
The server www.kupix.deerror404.html could not be found.
(Here you see a missing slash between the TLD and the page-name)

2.)
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '/error404.html';
No error message, only a white and empty page

3.)
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'http://www.kupix.de/error404.html';
No error message, only a white and empty page

This happens in TYPO3 V4.4.6 and also in V4.5.2

Actions

Also available in: Atom PDF