I haven't been able to successfully download a downloadable product because the url that is being generated is incorrect. It seems like the correct url should append the MEDIA_URL along with the protected directory to the domain but instead the MEDIA_ROOT is being appended, resulting in file not found. I'm sure I have something configured incorrectly but I can't figure it out. The url being generated is:
http://mysite.com/home/username/public_html/mysite.com/public/media/protected/33rd_leschi_.zip instead of: http://mysite.com/site_media/protected/33rd_leschi_.zip MEDIA_ROOT = '/home/username/public_html/mysite.com/public/media/' MEDIA_URL = '/site_media/' <Directory /home/username/public_html/mysite.com/public/media/ protected> Order deny,allow Deny from all </Directory>
-- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
