zoomo wrote:

> In any case, here's my relevant setup info. I have Apache on port 80 and
> Zope on port 8080.
> 
> At enom I use a URL Redirect:
> 
>     virtual.com -> http://actual.com
> 
> From my apache httpd-vhosts.conf file is:
> 
>     NameVirtualHost *:80
> 
>     <VirtualHost *:80>
>         ServerName virtual.com
>         RewriteEngine on
> 
>         RewriteRule ^/(.*)
> http://localhost:8080/VirtualHostBase/http/virtual.com:80/myplonesite/VirtualHostRoot/$1
> [P]
>     </VirtualHost>
> 
> Results: When I browse to "virtual.com", "http://actual.com"; appears in
> the address bar.

How do you do that redirect from virtual.com to actual.com?

The config part that you show looks great for rewriting all stuff coming
in for virtual.com to plone and getting a virtual.com URL back.

=> in your config there's no word about actual.com => show us that part
of the config. The error is probably in there, not in this piece of
apache-to-plone config.

Reinout

-- 
Reinout van Rees                       r.van.rees @ zestsoftware.nl
http://vanrees.org/weblog/                  http://zestsoftware.nl/
"Military engineers build missiles. Civil engineers build targets."


_______________________________________________
Setup mailing list
Setup@lists.plone.org
http://lists.plone.org/mailman/listinfo/setup

Reply via email to