ubercart - Adding .htaccess to disallow sites/default/files directory from any access -
customers @ site upload private files using node checkout module land in sites/default/files directory part of order.
unfortunately never find way till restrict files owners only. i've used user file module, module stopped site.
customer can upload files product order anonymous checkout need login.
so if add .htaccess in directory disallowing in world read access, idea work?
i thinking write hook product checked out, it's associated uploaded file can moved private location, or have it's read permission removed( hosting on linux).
any ideas?
i'm using drupal-6
Comments
Post a Comment