Reputation: 348
I'm building a Mp3 store with Drupal and Ubercart. I would like to implement the best security measures to proctect the content from hackers etc. I have a file directory with .htaccess file
Contents of the .htaccess file
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Deny from all
Options None
Options +FollowSymLinks
Is this enough or should the mp3 files be stored outside of the webroot?
Does VPS Hosting provide better security than shared hosting?
Upvotes: 1
Views: 306
Reputation: 4658
It appears that you have set file system to Private and files will be transferred via Drupal. From my experience, it works and it's almost secure, unless:
Upvotes: 2