i'm using webpy as my webserver because i don't know how else to do it. On Thu, Mar 27, 2008 at 6:45 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote:
> > You can configure your webserver to serve certain files statically. > > On Thu, Mar 27, 2008 at 3:44 PM, inhahe <[EMAIL PROTECTED]> wrote: > > I don't like the mechanism for serving static files. If I have a static > > html file, I don't want to have to put 'static/' in its url just to make > it > > automatically served statically. I guess there is no way around this, > other > > than checking if the file exists, opening it, reading it and printing it > > with a print statement? > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
