Uncaught TYPO3 Exception
#1396795884: The current host header value does not match the configured trusted hosts pattern! Check the pattern defined in $GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern'] and adapt it, if you want to allow the current host header 'www.hotel-guglwald.at' for your installation. (More information)

UnexpectedValueException thrown in file
/home/guglwaldat/htdocs/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 2984.

7 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("HTTP_HOST")

/home/guglwaldat/htdocs/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03036:                 break;
03037:             case 'TYPO3_REQUEST_HOST':
03038:                 $retVal = (self::getIndpEnv('TYPO3_SSL') ? 'https://' : 'http://') . self::getIndpEnv('HTTP_HOST');
03039:                 break;
03040:             case 'TYPO3_REQUEST_URL':

6 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("TYPO3_REQUEST_HOST")

/home/guglwaldat/htdocs/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03039:                 break;
03040:             case 'TYPO3_REQUEST_URL':
03041:                 $retVal = self::getIndpEnv('TYPO3_REQUEST_HOST') . self::getIndpEnv('REQUEST_URI');
03042:                 break;
03043:             case 'TYPO3_REQUEST_SCRIPT':

5 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("TYPO3_REQUEST_URL")

/home/guglwaldat/htdocs/typo3/sysext/core/Classes/Http/ServerRequestFactory.php:
00040: 
00041:         $method = isset($serverParameters['REQUEST_METHOD']) ? $serverParameters['REQUEST_METHOD'] : 'GET';
00042:         $uri = new Uri(GeneralUtility::getIndpEnv('TYPO3_REQUEST_URL'));
00043: 
00044:         $request = new ServerRequest(

4 TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()

/home/guglwaldat/htdocs/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/home/guglwaldat/htdocs/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/home/guglwaldat/htdocs/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/home/guglwaldat/htdocs/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/home/guglwaldat/htdocs/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';