/SampleApplication/ColdBox3/config/.htaccess

http://github.com/bobsilverberg/ValidateThisColdBoxPlugin · #! · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 8bc095882211bf9087a2d001698611f7 MD5 · raw file

  1. #apache access file to protect the config.xml.cfm file. Delete this if you do not use apache.
  2. authtype Basic
  3. deny from all
  4. Options -Indexes