# deny *everything* # Apache 2.2 Order Allow,Deny Deny from all # Apache 2.4 Require all denied # but now allow just *certain* necessary files: # Apache 2.2 Order Allow,Deny Allow from all # Apache 2.4 Require all granted Options -Indexes