On Sep 13, 2010, at 1:36 PM, Monty808 wrote: > On my apache server...I can get to the home page. When I click this > link... > <a href='demo'>demo</a> I get an 404 error.
You can try: <a href='$ctx.homepath/demo'> -- 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.
