You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I just tried the same with the official docker image that users php-apache at its core and could not reproduce the problem. I suspect this has to do with how some servers are configured to parse the path info.
alextselegidis
changed the title
adding back slash to base url
BASE_URL receive additional backslash that makes the client get 404 by default on installation
Aug 7, 2024
I have the same issue as #1537. I am using WAMP server. When I visit http://localhost/index.php I get redirected to http://localhost\/index.php/installation
easyappointments/application/config/config.php
Line 27 in e45fcf3
If I remove $request_uri I get the correct url. $request_uri is what adds the back slash
easyappointments/application/config/config.php
Line 33 in e45fcf3
The text was updated successfully, but these errors were encountered: