Welcome Guest, Not a member yet? Register   Sign In
404 error from codeigniter when hosted to server (tried every possible conditions)
#25

(06-02-2019, 10:56 PM)demyr Wrote: Now it's time to add htaccess file. Can you please look for it on internet? as I'm on mobile now, I cannot type here : "Codeigniter htaccess" . You will find 3-4 lines of code and it will solve your index.Php problem.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
this on???
Reply


Messages In This Thread
RE: 404 error from codeigniter when hosted to server (tried every possible conditions) - by chinna - 06-03-2019, 01:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB