I'm having some rather befuddling problems with getting my media URLs  
working for <http://www.fallingbullets.com>.

In my project's root, I have my regular media in "media/" and the  
admin media in "media/admin/". For some reason, I can't access  
anything under "media/". My server just gives me a 404. Everything  
under "media/" has 777 permissions.

I'm running the latest Django SVN under FastCGI on Bluehost with the  
following configurations:

.htaccess:
http://paste.e-scribe.com/880/

django.fcgi:
http://paste.e-scribe.com/881/

settings.py:
MEDIA_ROOT = '/home/ohgoditb/django_projects/fallingbullets/media/'
MEDIA_URL = 'http://fallingbullets.com/media/'
ADMIN_MEDIA_PREFIX = 'http://www.fallingbullets.com/media/admin/'

If anyone has any ideas, I'd love to hear them.

Thanks in advance for any help,
Tyson

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to