Welcome Guest, Not a member yet? Register   Sign In
redirect to route ignore baseurl
#1

there are some redirection problems ( well it only works with absolute paths )

e.g redirect()->route( 'ROUTE', [], 302 ) will route to HOST/ROUTE instead of HOST/BaseURL/ROUTE

response->redirect( '/ROUTE' ) have the same result
Reply
#2

If you've found bugs, the place to report them is by filing an issue over at GitHub. Though, the first thing I would ask to see is actual code to recreate, and how $baseURL is defined in application\Config\App.php
Reply
#3

created Issue

thought it would be better to talk before creating an issue for an old known problem
Reply




Theme © iAndrew 2016 - Forum software by © MyBB