htaccess Apache 2.4
-
This is how the htaccess file could look like so that it is compatible with both 2.2 and 2.4 …
# Apache < 2.3 <IfModule !mod_authz_core.c> Order allow,deny Deny from all Satisfy All </IfModule> # Apache ≥ 2.3 <IfModule mod_authz_core.c> Require all denied </IfModule>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘htaccess Apache 2.4’ is closed to new replies.