Can the the cfdb7_uploads folder be protected?
-
Could the attachments be ‘protected’ from browsing access?
I’ve added an .htaccess file to cfdb7_uploads with the code below. But ideally if these documents are sensitive in nature it would be better if the folder and contents could be denied access by non registered users?
<Files ~ "\.(pdf|doc|docx)$"> Header set X-Robots-Tag "noindex, nofollow" </Files>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can the the cfdb7_uploads folder be protected?’ is closed to new replies.