Welcome Guest, Not a member yet? Register   Sign In
How can I redirect in Controller?
#7

(This post was last modified: 10-30-2019, 06:58 AM by RobT.)

I have the same problem on CI v4.0.0rc3.

My .env file is configured as follow.
Code:
app.baseURL = 'http://localhost/path/'

My controller calls the following function.
PHP Code:
return redirect()->to('catalog'); 

I'm redirected to http://localhost/catalog instead of http://localhost/path/catalog.

How do I fix it?
Thanks.
Reply


Messages In This Thread
How can I redirect in Controller? - by iceleo - 01-25-2018, 02:04 AM
RE: How can I redirect in Controller? - by iceleo - 01-25-2018, 06:25 AM
RE: How can I redirect in Controller? - by iceleo - 01-25-2018, 08:30 AM
RE: How can I redirect in Controller? - by RobT - 10-30-2019, 04:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB