Hi everyone,
There’s a weird issue that some of our users have reported. For some reason, after doing some actions, some users are redirected to a page but the / between our domain and the path is missing for some users. It seems like its almost exclusively affecting iOS and macOS users.
A couple examples of things that could cause this include:
- Submitting a teacher application form (we had a few prospective teachers reach out to ask if they’re submission went through, which it did)
- Clicking the password reset link that’s emailed to them
I was able to reproduce this on my mac when i click the password reset link in my email. My browser (firefox) ends up getting directed to:
https://my.domain.orgindex.php/?q=passwordReset.php&
Note the missing “/” between org and index.php.
When i click that same link on an android im properly redirected to the below working address instead:
https://my.domain.org/index.php/?q=passwordReset.php&
For now we’ve told our users to manually insert the / if they run into this issue, but im curious if theres anything we can do to resolve the issue.
We’re self hosting Gibbon v27.0.01, PHP v8.3.12, and MySQL v8.0.40 on a digitalocean server. I tried adding a trailing slash to the Base URL on the system settings, but that didn’t seem to do the trick. Looking for any guidance into what we can do to resolve this.
Thanks in advance for all your help!