HTTP_X_FORWARDED_HOST
-
When running behind a Apache httpd 2.4 reverse proxy, the value of the original hostname called is in HTTP_X_FORWARDED_HOST. I got round this by adding
$_SERVER['HTTP_X_ORIGINAL_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST'];
at the top of
installer.php
and (after step 1, the extraction) also todup-installer\main-installer.php
— but you may be better off with something that tests which is there, if any …
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTTP_X_FORWARDED_HOST’ is closed to new replies.