<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Moving a web site</title>
	<atom:link href="http://inluminent.com/2003/07/01/moving-a-web-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://inluminent.com/2003/07/01/moving-a-web-site/</link>
	<description>my comments on business, marketing, advertising, email, CAN-SPAM, selling as a profession, photography, computers and other stuff...</description>
	<lastBuildDate>Sat, 14 Jan 2012 12:44:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sean Conner</title>
		<link>http://inluminent.com/2003/07/01/moving-a-web-site/comment-page-1/#comment-1097</link>
		<dc:creator>Sean Conner</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://inluminent.com/?p=697#comment-1097</guid>
		<description>That&#039;s rather a roundabout way of doing things.  You could have easily changed the IP address of www.marketingfix.com to the new host and that wouldn&#039;t affect the mail at all, since DNS uses different records for email (MX records) and they currently point to mail.marketingfix.com.



Besides, there are easier ways of redirecting sites than using Apache&#039;s mod_rewrite; Apache also has a Redirect directive that is easier to use in instances like this (I used this several years ago when my homepages moved from one domain to another and the entire redirect took only one line).</description>
		<content:encoded><![CDATA[<p>That&#8217;s rather a roundabout way of doing things.  You could have easily changed the IP address of <a href="http://www.marketingfix.com" rel="nofollow">http://www.marketingfix.com</a> to the new host and that wouldn&#8217;t affect the mail at all, since DNS uses different records for email (MX records) and they currently point to mail.marketingfix.com.</p>
<p>Besides, there are easier ways of redirecting sites than using Apache&#8217;s mod_rewrite; Apache also has a Redirect directive that is easier to use in instances like this (I used this several years ago when my homepages moved from one domain to another and the entire redirect took only one line).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Travers</title>
		<link>http://inluminent.com/2003/07/01/moving-a-web-site/comment-page-1/#comment-1098</link>
		<dc:creator>Olivier Travers</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://inluminent.com/?p=697#comment-1098</guid>
		<description>Our concern was to redirect traffic in a way that is compatible with search engines. MarketingFix had 2,200+ pages indexed in Google, and 301 redirects is what Google recommends (as opposed to meta redirects.) We want to be able to stop using marketingfix.com eventually, so our goal is to have search engines index up2speed.com then drop marketingfix.com. We&#039;re also concerned about showing duplicate content since that might hurt our ability to be indexed.



No doubt there are many ways to do all that, this one seems to work properly so far.



Regarding DNS/MX, it&#039;s my experience that once you change DNS entries for the web server, MX entries are updated too, unless you ask your host company not to. We didn&#039;t want the extra hassle (make a support request to handle MX differently from the main DNS, pray that it&#039;s done on time) while we were busy with the migration.</description>
		<content:encoded><![CDATA[<p>Our concern was to redirect traffic in a way that is compatible with search engines. MarketingFix had 2,200+ pages indexed in Google, and 301 redirects is what Google recommends (as opposed to meta redirects.) We want to be able to stop using marketingfix.com eventually, so our goal is to have search engines index up2speed.com then drop marketingfix.com. We&#8217;re also concerned about showing duplicate content since that might hurt our ability to be indexed.</p>
<p>No doubt there are many ways to do all that, this one seems to work properly so far.</p>
<p>Regarding DNS/MX, it&#8217;s my experience that once you change DNS entries for the web server, MX entries are updated too, unless you ask your host company not to. We didn&#8217;t want the extra hassle (make a support request to handle MX differently from the main DNS, pray that it&#8217;s done on time) while we were busy with the migration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://inluminent.com/2003/07/01/moving-a-web-site/comment-page-1/#comment-1099</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://inluminent.com/?p=697#comment-1099</guid>
		<description>Sean is right, mod_rewrite seems like using a sledgehammer to hang a painting. You can do something like this:



Redirect permanent / &lt;a href=&quot;http://www.up2speed.com/&quot;&gt;http://www.up2speed.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sean is right, mod_rewrite seems like using a sledgehammer to hang a painting. You can do something like this:</p>
<p>Redirect permanent / <a href="http://www.up2speed.com/">http://www.up2speed.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hall</title>
		<link>http://inluminent.com/2003/07/01/moving-a-web-site/comment-page-1/#comment-1100</link>
		<dc:creator>Steve Hall</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://inluminent.com/?p=697#comment-1100</guid>
		<description>So John...if I moved adrants.rantworks.com to www.adrants.com, what&#039;s the best way for me to re-direct all old adrants.rantworks.com links over to adrants.com? Both sites are still live now. I&#039;d love to have all old adrants.rantworks.com links be re-directed to corresponding adrants.com links. Do I do it with an htaccess file? Thanks, I&#039;m dumb with this stuff.
</description>
		<content:encoded><![CDATA[<p>So John&#8230;if I moved adrants.rantworks.com to <a href="http://www.adrants.com" rel="nofollow">http://www.adrants.com</a>, what&#8217;s the best way for me to re-direct all old adrants.rantworks.com links over to adrants.com? Both sites are still live now. I&#8217;d love to have all old adrants.rantworks.com links be re-directed to corresponding adrants.com links. Do I do it with an htaccess file? Thanks, I&#8217;m dumb with this stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
