pacoverde wrote: > > Does anyone see anything blatantly wrong with this rewrite rule? > > RewriteEngine On > RewriteRule ^/(.*) \ > http://localhost:11080/VirtualHostBase/http/www.example.org:80/plone_site/site/VirtualHostRoot/$1 > [L,P] > > I can access the ZMI directly via the "www.example.org:11080" URL, but > just get a 403 Forbidden error when accessing anything at www.example.org > or below. I have tried: > > RewriteRule ^/(.*) \ > http://www.example.org:11080/VirtualHostBase/http/www.example.org:80/plone_site/site/VirtualHostRoot/$1 > [L,P] > Just a guess, but is there a reason for having both "plone_site" and "site" in the VH path? Have you tried one or the other (is there a difference?)? Try just the object name of your Plone site?
-- View this message in context: http://www.nabble.com/Apache-2.2-rewrite-rules-tf4767457s15482.html#a13636876 Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
