I've move it just to the apache2.2 file so my conf is now:

Options Indexes FollowSymLinks

<Location "/akonline/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE akonline.settings
    PythonOption django.root /akonline
    PythonDebug On
    PythonPath "['C:/Program Files/Apache2.2'] + sys.path"
</Location>

<Directory "C:/Program Files/Apache2.2/akonline/templates/blogSite/
media/">
        Order Allow,Deny
        Allow from all
        SetHandler None
</Directory>

Alias /media/ "C:/Program Files/Apache2.2/akonline/templates/blogSite/
media/"

<LocationMatch "\.(jpg|gif|png|css)$">
        SetHandler None
</LocationMatch>

But i'm still having the same problems

Andrew
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to