rje1953/namekraft_drupal/master/modules/.htaccess - Htaccess File

rje1953/namekraft_drupal/master/modules/.htaccess

#
# Apache/PHP/Drupal settings:
#
# The core Drupal .htaccess file was modified to allow access to .info files
# so that our domain names that end in .info can be found.
#
# Since that was done we have to protect all other .info files in Drupal's
# sites, profiles, modules, and themes directories.
#

# Protect files and directories from prying eyes.
<FilesMatch ".info$">
  Order allow,deny
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache