calendar.php not redirecting to the correct page #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 nothub.hackerpublicradio.org
.Emergency fix was to change the html head to
<base href="https://hub.hackerpublicradio.org/">