# # GetSimple CMS htaccess DENY file # # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order # apache < 2.3 Deny from all # apache > 2.3 with mod_access_compat Deny from all # apache > 2.3 without mod_access_compat Require all denied