alanboyce gmail.com wrote:
> Lorenzo,
>
> You need:
>
> url.rewrite = (
> "^(/static.*)$" => "$1",
> "^(/media.*)$" => "$1",
> "^(/.*)$" => "/main.fcgi$1",
> )
>
> remember to add a line for each "static"
directory you need before the
> rewrite to main.fcgi
Thanks man, that did it!
Lorenzo
--~--~---------~--~----~------------~-------~--~----~
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-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|