# RS Head Cleaner - .htaccess
# Version 1.3.8
# Control direct access to certain files.
# Apache 2.2 and 2.4 compatible
# Apache 2.2
Order Allow,Deny
Allow from all
# Apache 2.4
Require all granted
# Using Files instead of FilesMatch for compatibility with certain branches of Apache
# Text and Language Files - Deny
Deny from all
Require all denied