Steven Williams: >I just want the Plone site to be the default site (accessible on my >internal network as http://itweb)
Put this on one line in the Plone site's VirtualHost configuration on itweb: RewriteRule ^/(.*) http://itweb:1080/VirtualHostBase/http/itweb:80/plone-site-id/VirtualHostRoot/$1 [P] >and the Zentrack site to be accesible either as >http://itweb/itwebtrack Put this before the above line: RewriteCond %{REQUEST_URI} !^/itwebtrack And add whatever is needed to have Apache serve Zentrack when asked for http://itweb/itwebtrack >or http://itwebtrack I've read your post three times, but I just cannot figure out how itweb, zentrack, itwebtrack and "the plone site" relate. I assumed itweb is "the plone site" and zentrack aka itwebtrack must be something else. But what? -- Rene Pijlman http://www.applinet.nl/ _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
