[Zope] File storage question.

marc lindahl marc@bowery.com
Sun, 29 Apr 2001 16:15:47 -0400


Also, check out http://www.zope.org/Documentation/How-To/changeIndex

> From: Dieter Maurer <dieter@handshake.de>
> Date: Sat, 28 Apr 2001 23:44:13 +0200 (CEST)
> To: Allen.Vailliencourt@channelmaxinc.com
> Cc: zope@zope.org
> Subject: Re: [Zope] File storage question.
> 
> Allen.Vailliencourt@channelmaxinc.com writes:
>> I created a sub directory
>> (http://localhost/coolness) and had to name the main file index_html.  Is the
>> _ the default? Can I
>> rename the file index.htm or default.htm?
> You can give it these names but Zope will only automatically
> find an "index_html". There will be no problem, when
> you explicitly reference them in the URL:
> 
> http://localhost/coolness
> 
> will only publish "http://localhost/coolness/index_html"
> but
> 
> http://localhost/coolness/index.htm
> 
> will publish "http://localhost/coolness/index.htm".
> 
> 
> Dieter
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )