Welcome Guest, Not a member yet? Register   Sign In
CI4 Redirect points back to the Default Controller only
#3

(This post was last modified: 01-11-2022, 02:29 AM by algates. Edit Reason: Change Text Font )

Based on the link provided, I tried all the following options - Still no luck ...
app/Config/App.php:
PHP Code:
public $indexPage '';

public 
$indexPage 'index.php';

public 
$indexPage 'index.php?'


I have set the following Base URL - PHPCI is my Project / Root Folder Name:
PHP Code:
public $baseURL 'http://[::1]/PHPCI/'

Also, for uriProtocol - I have tried all the 3 options as below, still no luck.
PHP Code:
public $uriProtocol 'REQUEST_URI';

public 
$uriProtocol 'QUERY_STRING';

public 
$uriProtocol 'PATH_INFO'
Reply


Messages In This Thread
RE: CI4 Redirect points back to the Default Controller only - by algates - 01-11-2022, 01:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB