if your media url is like this:www.mysite.com/media and u put your
media file in c:\mysite\media, then u can configure like this:

Alias /media c:\mysite\media
<Location "/media">
    SetHandler None
</Location>

[EMAIL PROTECTED] 写道:

> hi, I ported my web to apache, it works, but the admin site couldn't
> find the css template now. how can I find it back.
> the django office site said "2. Or, copy the admin media files so that
> they live within your Apache document root."
> but after I copied it to my htdocs, "C:\Program Files\Apache
> Group\Apache2" and other places, it does not work still. then which is
> the right place? thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to