# Restricts direct access to files that are not intended to be publicly available
# Apache 2.2
Order Deny,Allow
Deny from all
# Apache 2.4
Require all denied
# Allows direct access to specific files only
# Cloudflare JS and CSS
# Apache 2.2
Allow from all
# Apache 2.4
Require all granted
# Cloudflare images
# Apache 2.2
Allow from all
# Apache 2.4
Require all granted
# Cloudflare fonts
# Apache 2.2
Allow from all
# Apache 2.4
Require all granted