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

(05-31-2019, 08:18 AM)dave friend Wrote: If the .htaccess file you show is in the website's public folder then you should delete the following code

Code:
<IfModule authz_core_module>
   Require all denied
</IfModule>
<IfModule !authz_core_module>
  Deny from all
</IfModule>

You don't want to deny access to the web server, do you?

deleted still not working
Reply


Messages In This Thread
RE: 404 error from codeigniter when hosted to server (tried every possible conditions) - by chinna - 05-31-2019, 09:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB