Welcome Guest, Not a member yet? Register   Sign In
back()
#1

Hi !


Here is piece of my App.php

PHP Code:
public $indexPage 'index.php'

So I always got "index.php" into my URI requests. That's ok.

But when I use this code

PHP Code:
return redirect()->back(); 

The URI generated is good except "index.php" is missing and the server generate a "file not found" error.

I think it might by a bug (?)
I should find a tricky solution to that but I just wanted to alert the CI developers.

Thanks!
Reply


Messages In This Thread
back() - by the_steff - 06-17-2020, 06:13 AM
RE: back() - by the_steff - 06-17-2020, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB