×
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.
People also ask
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/
Mar 28, 2015 · Go to /public/.htaccess; Make sure that this block of code is more or less as follow, it should be already set this way by default ...
Missing: 48376090/ | Show results with:48376090/
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 ...
May 19, 2021 · I changed in App.php public $indexPage = 'index.php';. To public $indexPage = '';. and public $uriProtocol = 'PATH_INFO';. and in .htaccess
Jul 5, 2012 · Hi Sajid I used below code try I may be it will solve your problem. <IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /your_folder/ ...
Feb 2, 2018 · You don't have to edit index.php, replace the content .htaccess file to: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
Missing: 48376090/ | Show results with:48376090/
In order to show you the most relevant results, we have omitted some entries very similar to the 9 already displayed. If you like, you can repeat the search with the omitted results included.