18 Aug
2002
18 Aug
'02
6:06 p.m.
Am Fre, 2002-08-16 um 15.13 schrieb george donnelly:
the search engine doesn't know the difference between a static and dynamic page. it sees the same thing. the only difference might be if there are a lot of variables getting passed in the URL.
you can name your zope pages whatever you want, something.html, nantoka.asp. basically the only one you can't control is index_html and i understand that that requirement will change soon. And well, index_html is not visible in the URL space either.
One possible way would be to express every "page" as a Folder+index_html. This gives URLs that end in /, which is also the case for index.html in static websites, ... Andreas