[Setup] Re: Changing domain name

Dale DeWitt dewittdale at gmail.com
Mon Mar 29 18:44:13 UTC 2010


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.



More information about the Setup mailing list