Welcome Guest, Not a member yet? Register   Sign In
Issue with Routing: My fault or Bug?
#2

Your baseURL should not include "public" - that should be handled in your web server setup.
Your document root should be set to PROJECT_FOLDER/public.
Your baseURL would then be 'http://example.com'
And redirecting to '/manage' should go to the right place.

The way you have it configured, the browser thinks you are in '/public/manage/...', and redirecting to '/manage' is behaving as it should given this.
Reply


Messages In This Thread
RE: Issue with Routing: My fault or Bug? - by ciadmin - 09-15-2019, 04:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB