[Zope] How to break redirect
Oliver Bleutgen
myzope@gmx.net
Thu, 26 Sep 2002 16:21:15 +0200
Espen Wiborg wrote:
> "Kevin Carlson" <khcarlso@bellsouth.net> writes:
>
>>>[...] all URLs under /foo/bar redirect to /foo/bar/index_html,
>>>including /foo/bar/manage_workspace (and
>>>/foo/bar/zot/manage_workspace redirects to /foo/bar/zot/index_html,
>>>etc)! The installation was originally set up on 2.1.6, but I see
>>>the same behaviour on 2.5.1 (I did a straight export/import). So:
>>>Does anyone have any advice on how to break this redirection?
>>
>>Is there a SiteRoot object installed? One way you can check is to FTP into
>>the site and take a look. Also, you can address the site and suppress the
>>siteroot if one exists:
>>/foo/bar/_SUPPRESS_SITEROOT/manage
>>Hope that helps,
>
>
> No SiteRoot object (at least nothing named SiteRoot). However, FTPing
> in gets me part of the way as it lets me edit DTML, SQL statements and
> the like, but it doesn't let me edit external methods, database
> connections etc.
>
> I should mention (this may not have been quite clear from my original
> mail) that this only happens to part of the site; that is, I can
> access /foo/manage_workspace, but /foo/bar/manage_workspace redirects
> to /foo/bar/index_html.
>
How are the permissions on foo? On foo/bar/?
Is it really a redirect, or do you just get the contents of index_html
method?
cheers,
oliver