mod_authz_core.c and !mod_authz_core.c
-
Hi.
I found the .htaccess have something similar. I would like to ask for understand. What is difference of mod_authz_core.c and !mod_authz_core.c?<File wp.confg.php>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
</File>I checked with another theme they only used simple like bellow. May i know why your code is more complicated?
<File wp.confg.php>
Order allow,deny
Deny from all
</File>Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘mod_authz_core.c and !mod_authz_core.c’ is closed to new replies.