What is causing 404 error in CodeIgniter? |
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 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
|
Messages In This Thread |
What is causing 404 error in CodeIgniter? - by AkasHaedailya - 04-21-2023, 03:46 AM
RE: What is causing 404 error in CodeIgniter? - by SubrataJ - 04-21-2023, 04:13 AM
RE: What is causing 404 error in CodeIgniter? - by cbd - 06-11-2023, 11:24 AM
|