# Only allow direct access to specific Web-available files.
# Apache 2.2
Order Deny,Allow
Deny from all
# Apache 2.4
Require all denied
# Allow all JavaScript files
Allow from all
Require all granted
# Allow all CSS files
Allow from all
Require all granted
# Allow all font files
Allow from all
Require all granted
# Allow all image files
Allow from all
Require all granted