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

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?
Reply


Messages In This Thread
RE: 404 error from codeigniter when hosted to server (tried every possible conditions) - by dave friend - 05-31-2019, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB