Interesting, I was about to consider converting one of my intranet site and would fall into the same trap as you have. To recap; When you use frontpage to save via Webfolders it will look for certain files and directories, and if it doesn't find them it will assume it must use Frontpage extensions and go for that. My experience tells me Frontpage needs these directories: _fpclass _private _themes _vti_cnf _vti_pvt Fortunately, I think that linking between the underscore folders and the "real content" is only a loose coupling. So maybe if you stuck a webserver in front of it and escaped the above directories with RewriteRule you could get it to work. It would make a great How-To. Phil Harris wrote:
Looks to me as if you uploaded a frontpage web into zope.
However Zope (an possibly Python) treats names with an underscore in the first character specially.
You will need to delete the _vti* stuff before browsing through WebDAV.
Phil phil.harris@zope.co.uk
|>-----Original Message----- |>From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Bjorn |>Stabell |>Sent: Thursday, January 20, 2000 7:03 AM |>To: zope@zope.org |>Subject: [Zope] WebDAV with Office 2000 |> |> |>Hi, |> |>Has anyone managed to browse a Zope site through WebDAV (Web Folders) |>from Office 2000? I get this error: |> |> Zope has encountered a problem publishing your object. |> Object name begins with an underscore at: |> http://webdav.zope.org:2518/_vti_bin |> |>Bye, |>-- |>Bjorn Stabell <bjorn@stabell.priv.no> |> |> |> |>_______________________________________________ |>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 ) |>
_______________________________________________ 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 )