Welcome Guest, Not a member yet? Register   Sign In
add htaccess folder application
#1
Exclamation 

Why CI need defined('BASEPATH') OR exit('No direct script access allowed'); in all files application?
is required add index.html to all folders?

is secure use htaccess for deny application?
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
Reply


Messages In This Thread
add htaccess folder application - by jonathanq - 04-30-2016, 02:42 PM
RE: add htaccess folder application - by skunkbad - 04-30-2016, 11:05 PM
RE: add htaccess folder application - by Asad - 05-01-2016, 12:51 AM
RE: add htaccess folder application - by InsiteFX - 05-01-2016, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB