Do you need a rewrite recipe from the httpd.conf? If so here's the directive excerpted.
# If your host doesn't have a registered DNS name, enter its IP address here. # NameVirtualHost *:80 <VirtualHost *:80> ServerName www.-------.com:80 RewriteEngine On RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/www.-------.com:80/Plone/VirtualHostRoot/$1 [L,P] </VirtualHost> # # -- View this message in context: http://n2.nabble.com/Changing-domain-name-tp4804778p4819971.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
