From: Mikael Nordfeldth Date: Sun, 10 May 2015 17:41:36 +0000 (+0200) Subject: More automated htaccess.sample X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a6f509aa5277bb12ac3da1c281c3817bfeea788;p=quix0rs-gnu-social.git More automated htaccess.sample --- diff --git a/htaccess.sample b/htaccess.sample index f7513cc0c7..af6e19784d 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -45,9 +45,11 @@ - # For mod_access_compat in Apache <2.4 - #Order allow,deny - - # Use this instead for Apache >2.4 (mod_authz_host) - # Require all denied + + Order allow,deny + Deny from all + + = 2.3> + Require all denied +