SiteRoot not included into HTML headers...
Hi, A new problem with my Zope site : I have a SiteRoot instance in a sub-folder of my site (with base=http://mysite.myorg.fr) ; everything is handled by Apache rewrite rules, without any problem until now. But now, I don't have any "BASE" tag in my HTML headers, so I receive strange URLs like "http://mysite.myorg.fr/myfolder/...". Objects "absolute_url()" are mismatched in the same way... It works, but it's strange... Thanks for any help... Thierry -- Linux every day, keeps Dr Watson away... http://gpc.sourceforge.net -- http://www.ulthar.net
Thierry Florac wrote at 2003-1-29 16:10 +0100:
A new problem with my Zope site : I have a SiteRoot instance in a sub-folder of my site (with base=http://mysite.myorg.fr) ; everything is handled by Apache rewrite rules, without any problem until now. Forget "SiteRoot".
Use VHM and (maybe "AccessRules). You really can forget about "SiteRoot". Dieter
participants (2)
-
Dieter Maurer -
Thierry Florac