×
Jan 22, 2018 · Go to app/Config/App.php and find public $indexPage = 'index.php'; . Remove index.php from this public variable and that's it.
Jan 31, 2023 · The only thing you need to do is setting this variable public $indexPage = '';. You don't need to change anything in other files.
Missing: 48376090/ | Show results with:48376090/
People also ask
Oct 4, 2013 · Try the following. Open config.php and do following replaces $config['index_page'] = "index.php". to $config['index_page'] = "".
Missing: 48376090/ | Show results with:48376090/
Mar 11, 2021 · So the actual url for the CI4 installation is test.mysite.com/project/public/index.php . I want to remove the public/index.php portion from the ...
Missing: 48376090/ | Show results with:48376090/
May 19, 2021 · I changed in App.php public $indexPage = 'index.php';. To public $indexPage = '';. and public $uriProtocol = 'PATH_INFO';. and in .htaccess
Sep 18, 2009 · How do I remove the "index.php" sticking out in every path in codeigniter somewhere in the center? I want clean non index.php-fied URLs ?
Missing: 48376090/ | Show results with:48376090/
Feb 11, 2020 · I used the default .htaccess to remove index.php from url and it's working but I don't have access to /public/assets. How can I fix this?
Missing: 48376090/ | Show results with:48376090/
Jun 5, 2022 · 1 Answer 1 ... By default, the index.php file will be included in your URLs. If you want to remove it. ... update your .htaccess file with following ...
Feb 11, 2020 · We have used https://www.website.com/my-seo-friendly-uri throughout the site. My question is how I can redirect https://www.website.com/index.
Missing: 48376090/ | Show results with:48376090/