# Allow only static resources files
# - HTML not allowed as there could be some test pages calling server scripts or executing JS scripts
# - PHP not allowed as they should not be publicly accessible
# Apache 2.4
Require all denied
Require all granted
# Apache 2.2
deny from all
Satisfy All
Order Allow,Deny
Allow from all
# Apache 2.2 and 2.4
IndexIgnore *