#2501 - Malformed URL
| Identifier | #2501 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Malformed URL |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Installed without issue, clicked to visit site (no setup wizard), and the URL is always http://www.localhost\.com/index.php?page=start even if I enter it as http://localhost/ it throws a \ into the URL. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
$SITE_INFO['base_url'] = 'http://localhost%5C';
Just noticed it's being set to that in the installer, see screenshot.
(Click to enlarge)
(Click to enlarge)
CMS always enforces configured base URL.