George,

in the root of tyour zope-space (tm), put a DTML Method called index_html
which has these contents:

<dtml-var index.html>

or alternatively

<dtml-call "RESPONSE.redirect('index.html')">

The second does mean an extra call to the server, but has other advantages.

hth

Phil
[EMAIL PROTECTED]

----- Original Message -----
From: "George Osvald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 19, 2000 3:50 AM
Subject: [Zope] Dots versus underscore in DTML


> I know dots  in file names are important when submitting the pages to the
> search engines. When I use them however, I'll loose the view tab(folder)
> when trying to view say index.html and I have to click on the file and
then
> view it. If the file was named index_html I could just click on the view
tab
> in the folder to view it. Is it possible to have dots in my methods and
> still have the view tabs on my folders?
>
> Anyone?
>
> George
>
>
> _______________________________________________
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to