[Zope] index.html and symlinks

marc lindahl marc@bowery.com
Wed, 24 Oct 2001 16:19:55 -0400


> From: Markus Schaber <markus.schaber@student.uni-ulm.de>
> Date: Wed, 24 Oct 2001 22:07:52 +0200
> To: zope@zope.org
> Subject: [Zope] index.html and symlinks
> 
> Hello,
> 
> I have two questions:
> First, is there any possibility to use the name "index.html" instead of
> "index_html" as default name for the directory indes? I ask this because we
> want to transform a web project into zope, and we don't want to change the
> URLs.
> 

Check out load_site.py, it's part of the release.  It does that for you.

> Second, is there some kind of "symlink", that means making one page accessible
> at another path using another name?

You can make a DTML method that does a dtml-raise redirect (that's how
load_site does it)


> 
> markus
> -- 
> You don't have to be Microsoft to suck... but it helps.
> (Tim Hammerquist in comp.lang.python)
> 
> _______________________________________________
> 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 )