Welcome Guest, Not a member yet? Register   Sign In
What is causing 404 error in CodeIgniter?
#2

to remove index.php from URL you do not have to change in .htacess

you can achieve the same just by changing in
PHP Code:
/app/Config/App.php 
public string $indexPage ''

although if you still wanna do it using .htaccess and if your server supports rewriting URLs you can easily remove this file with URL rewriting.
you can go through official docs. removing-the-index-php-file
Learning Codeigniter 
Reply


Messages In This Thread
RE: What is causing 404 error in CodeIgniter? - by SubrataJ - 04-21-2023, 04:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB