calendar.php not redirecting to the correct page #27

Open
opened 2023-12-31 15:21:02 +00:00 by ken_fallon · 0 comments
Owner

Greg pointed out that "The page redirected to https://hackerpublicradio.org/request_confirm.php and displayed a "File not found" message. "

The url's assume the current domain with href=\"/request.php?id=${slot}

However the copy and paste action to update the index.html resulted in base of hackerpublicradio.org and not hub.hackerpublicradio.org.

Emergency fix was to change the html head to <base href="https://hub.hackerpublicradio.org/">

Greg pointed out that "The page redirected to https://hackerpublicradio.org/request_confirm.php and displayed a "File not found" message. " The url's assume the current domain with `href=\"/request.php?id=${slot}` However the copy and paste action to update the index.html resulted in base of `hackerpublicradio.org` and not `hub.hackerpublicradio.org`. Emergency fix was to change the html head to `<base href="https://hub.hackerpublicradio.org/">`
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HPR/hpr_hub#27
No description provided.