So I Googled the page in question and sure enough there it was. I clicked on the link and was taken directly to the page that supposedly needs a login before the information is visible.
So obviously my coding is incorrect, or there is a security issue somewhere beyond my comprehension.
My login page is coded like this...
Code: Select all
{if $ccuser-'LoggedIn()'} Welcome {$customcontent_loginname}
<p>Download TheFile <a href="http://my domain/uploads/file/TheFile.doc">here</a>.</p>
{FrontEndUsers} {else} You are not authorized to view this data {/if}What have I done wrong?
As an added note, I have also placed a "Disallow: /file/" directive in the robots.txt file to hopefully get rid of Bots indexing that directory in the future. What else should I do to ensure the protection of people or bots gaining access to this file which should be protected?


