Excellent, then maybe it doesn't have to do with my Apache config then. I'm just guessing here but do you think my /media/ folder in Django-1.2.3-py2.6.egg/django/contri b/admin/media/ need it's permissions changed? I don't see why it would but just guess at the moment, which usually gets me trouble. :/
Besides the my folder within my project needing permissions, anything else you can think of? On Dec 14, 9:54 pm, Laszlo Antal <[email protected]> wrote: > Hi > > On Dec 14, 2010, at 18:32, jc <[email protected]> wrote: > > > > > Permissions look fine to me. I bet it's a misconfiguration in my apache > > config, wouldn't surprise me. Look below at the two lines in my apache > > config file. Does this look like something I should be doing? Once I > > hard-coded an absolute path to the .egg file I got my admin.css page (which > > was great) but I bet that's the reason it's complaining? Here are my two > > lines, let me know what you think. > > Those look good to me, I used to use also the <directory> tag if I remember > good.(I am using fcgi now) > > lzantal > > > > > > > > > Alias /media/ > > /usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/contri > > b/admin/media/ > > Alias /satic/ /home/user/store/static/images/ > > > -- > > 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 > > athttp://groups.google.com/group/satchmo-users?hl=en. -- 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.
