-
Bug
-
Resolution: Fixed
-
Critical
-
4.2.7, 4.3.4
-
2
-
Team Hedgehog 2024 Sprint 1.2
We're facing a wrong redirect after MDL-80823
Steps to replicate:
- Open your config.php.
- Change $CFG->wwwroot to http://192.168.x.y/[your_moodle] (With 192.168.x.y is your local area network.
- On the browser, navigate to http://localhost/[your_moodle].
- Verify the result page.
Expected behavior: You will be redirect to http://192.168.x.y/[your_moodle]
Actual behaviour: You are redirected to [http://192.168.x.y/[your_moodle]/[your_moodle]]
- is a regression caused by
-
MDL-80823 When wwwroot changes serve redirects including the path and query
-
- Closed
-