12/14/2013 at 2:05 pm
#275398
Keymaster
@ Ted
You’re going have to do what the link for your host says or delete the .htaccess
and index.php
files from withing the connections_templates
folder.
The index.php
file only contains the following:
<?php
// Silence is golden.
The .htaccess
file only contains the following:
Options -Indexes
Both of these are added to the folder for the expressed purpose of make the folder not directly accessible to random site visitors for security reasons. So removing them, could provide access to those files within this folder (if there are any at all).
Hope that helps.