-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.2
-
PHP Version:5.3.3 Syste:Linux Server API: CGI/FastCGI
-
MySQL
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
Easy
Some Provider have HTTPD as Webserver.
The function setup_get_remote_url() must be extended for example with following code.
else if (stripos($_SERVER['SERVER_SOFTWARE'], 'HTTPD') !== false) {
|
//HTTPD server
|
$rurl['fullpath'] = $_SERVER['REQUEST_URI'];
|
}
|