[EMAIL PROTECTED] wrote:
> I created a pure HTML Cheetah test.tmpl file, and compile it to test.py.
> When I try to visit the url "~MyContext/test", I get a 404 error. But if I
> go to "~MyContext/test.py", a page is returned correctly. Why is this
> happening?

Maybe because there's an ambiguity of what file you are calling --
test.tmpl or test.py.  When you give the extension it is unambiguous.

I thought Webware would ignore the unregistered extension, though.

  Ian

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to