[Zope-dev] handling URLs for multiple sites in single bluebream instance
Joshua Immanuel
josh at hipro.co.in
Fri Jun 17 07:17:59 EDT 2011
Hello all,
In order to serve the same application to multiple clients, I've added
a container named say 'Site' to the root and made them as sites by
site.setSiteManager(LocalSiteManager(site)). So, the root may contain
many of those 'Site' containers say 'site1', 'site2', etc. and the
application specific objects/containers resides under them.
The application specific URL say "/container1/object1/@@add.html" would
now become "/site1/container1/object1/@@add.html" for 'site1' and
"/site2/container1/object1/@@add.html" for 'site2' etc. depending on
which client (site) is being served. So, how should the URLs be in the
templates? Or in other words, how to handle URLs for multiple clients
(sites) for the same application.
If anyone can explain or point me to some documentation related to this,
it would be very helpful.
--
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20110617/61b3d651/attachment.bin
More information about the Zope-Dev
mailing list