17 Jul
2000
17 Jul
'00
9:44 a.m.
Oleg Broytmann wrote:
On Mon, 17 Jul 2000, Chris Withers wrote:
And I certainly don't want trailing slash on url like http://my.zope/site/file.html :)
Why not? It'd then get the default file for: http://my.zope/site/file.html/
What is "defaul file" if file.html is DTML Document?
If you go to: http://my.zope/site/file.html/ It will just return the DTML document :-) I wonder if it is redirecting to http://my.zope/site/file.html?
Anyway the URL looks bad; and robots will create directory for it instead of file.
Well, it's either that or the BASE tag that I can see, and that BASE tag causes far worse problems :( Any better idea are very welcome! :-) Chris