# # 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>
rje1953/namekraft_drupal/master/modules/.htaccess
