maybe i'm misunderstanding, but web.py isnt supposed recognize /static/ under apache. you need to tell apache what to do with static: Alias /static/ /full/path/to/static/
On Fri, Nov 21, 2008 at 12:04 PM, paul jobs <[EMAIL PROTECTED]> wrote: > /static/ is not recognized by webpy > and it goes to not found > > any ideas/suggestion on how 2 serve /static > thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
