Welcome Guest, Not a member yet? Register   Sign In
Block access to content with htaccess
#2

CodeIgniter already have those settings for application and system. If it's not working, you don't have "AllowOverride All".

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


Messages In This Thread
RE: Block access to content with htaccess - by jreklund - 06-08-2020, 11:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB