I changed in App.php
public $indexPage = 'index.php';
To
public $indexPage = '';
and
public $uriProtocol = 'PATH_INFO';
and in .htaccess
require realpath(FCPATH . ..'app/Config/Paths.php') ?: FCPATH . ..'/app/Config/Paths.php';
I changed in App.php
public $indexPage = 'index.php';
To
public $indexPage = '';
and
public $uriProtocol = 'PATH_INFO';
and in .htaccess
require realpath(FCPATH . ..'app/Config/Paths.php') ?: FCPATH . ..'/app/Config/Paths.php';