<?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: How to move Drupal from one host to another</title>
	<atom:link href="http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html</link>
	<description>Blog on Web Design, CSS, CMS, SEO, PHP based shopping carts and other topics</description>
	<lastBuildDate>Tue, 20 Dec 2011 07:37:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ajay</title>
		<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/comment-page-1#comment-376</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 26 May 2011 11:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swamiwebdesign.com/how-to-move-drupal-from-one-host-to-another/#comment-376</guid>
		<description>&lt;a href=&quot;#comment-375&quot; rel=&quot;nofollow&quot;&gt;@Nick&lt;/a&gt;, 
Yes true.
Other day I saw php code showing up for a Wordpress site. It turned out to be problem with config files. 

It is scary to see php code, which opens door for devils ;)</description>
		<content:encoded><![CDATA[<p><a href="#comment-375" rel="nofollow">@Nick</a>,<br />
Yes true.<br />
Other day I saw php code showing up for a WordPress site. It turned out to be problem with config files. </p>
<p>It is scary to see php code, which opens door for devils <img src='http://blog.swamiwebdesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/comment-page-1#comment-375</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 May 2011 11:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swamiwebdesign.com/how-to-move-drupal-from-one-host-to-another/#comment-375</guid>
		<description>@Ajay, sure might happen if PHP is not set up correctly :)</description>
		<content:encoded><![CDATA[<p>@Ajay, sure might happen if PHP is not set up correctly <img src='http://blog.swamiwebdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/comment-page-1#comment-81</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Wed, 12 Jan 2011 13:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swamiwebdesign.com/how-to-move-drupal-from-one-host-to-another/#comment-81</guid>
		<description>&lt;a href=&quot;#comment-79&quot; rel=&quot;nofollow&quot;&gt;@Avalon&lt;/a&gt;, 
That is php code and I bet you can&#039;t see such code in browser.</description>
		<content:encoded><![CDATA[<p><a href="#comment-79" rel="nofollow">@Avalon</a>,<br />
That is php code and I bet you can&#8217;t see such code in browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avalon</title>
		<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/comment-page-1#comment-80</link>
		<dc:creator>Avalon</dc:creator>
		<pubDate>Wed, 12 Jan 2011 12:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swamiwebdesign.com/how-to-move-drupal-from-one-host-to-another/#comment-80</guid>
		<description>&lt;a href=&quot;#comment-79&quot; rel=&quot;nofollow&quot;&gt;@Avalon&lt;/a&gt;, 

I had to also change the PHP settings in the .htaccess file. See info here: 

http://help.godaddy.com/article/1082</description>
		<content:encoded><![CDATA[<p><a href="#comment-79" rel="nofollow">@Avalon</a>, </p>
<p>I had to also change the PHP settings in the .htaccess file. See info here: </p>
<p><a href="http://help.godaddy.com/article/1082" rel="nofollow">http://help.godaddy.com/article/1082</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avalon</title>
		<link>http://blog.swamiwebdesign.com/drupal/how-to-move-drupal-from-one-host-to-another.html/comment-page-1#comment-79</link>
		<dc:creator>Avalon</dc:creator>
		<pubDate>Wed, 12 Jan 2011 07:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swamiwebdesign.com/how-to-move-drupal-from-one-host-to-another/#comment-79</guid>
		<description>I followed all the steps but don&#039;t see the drupal install. Instead, I see a page with this: 

&lt;?php
// $Id: index.php,v 1.94 2007/12/26 08:46:48 dries Exp $

/**
 * @file
 * The PHP page that serves all page requests on a Drupal installation.
 *
 * The routines here dispatch control to the appropriate handler, which then
 * prints the appropriate page.
 *
 * All Drupal code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 */

require_once &#039;./includes/bootstrap.inc&#039;;
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

$return = menu_execute_active_handler();

// Menu status constants are integers; page content is a string.
if (is_int($return)) {
  switch ($return) {
    case MENU_NOT_FOUND:
      drupal_not_found();
      break;
    case MENU_ACCESS_DENIED:
      drupal_access_denied();
      break;
    case MENU_SITE_OFFLINE:
      drupal_site_offline();
      break;
  }
}
elseif (isset($return)) {
  // Print any value (including an empty string) except NULL or undefined:
  print theme(&#039;page&#039;, $return);
}

drupal_page_footer();</description>
		<content:encoded><![CDATA[<p>I followed all the steps but don&#8217;t see the drupal install. Instead, I see a page with this: </p>
<p>&lt;?php<br />
// $Id: index.php,v 1.94 2007/12/26 08:46:48 dries Exp $</p>
<p>/**<br />
 * @file<br />
 * The PHP page that serves all page requests on a Drupal installation.<br />
 *<br />
 * The routines here dispatch control to the appropriate handler, which then<br />
 * prints the appropriate page.<br />
 *<br />
 * All Drupal code is released under the GNU General Public License.<br />
 * See COPYRIGHT.txt and LICENSE.txt.<br />
 */</p>
<p>require_once &#039;./includes/bootstrap.inc&#039;;<br />
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);</p>
<p>$return = menu_execute_active_handler();</p>
<p>// Menu status constants are integers; page content is a string.<br />
if (is_int($return)) {<br />
  switch ($return) {<br />
    case MENU_NOT_FOUND:<br />
      drupal_not_found();<br />
      break;<br />
    case MENU_ACCESS_DENIED:<br />
      drupal_access_denied();<br />
      break;<br />
    case MENU_SITE_OFFLINE:<br />
      drupal_site_offline();<br />
      break;<br />
  }<br />
}<br />
elseif (isset($return)) {<br />
  // Print any value (including an empty string) except NULL or undefined:<br />
  print theme(&#039;page&#039;, $return);<br />
}</p>
<p>drupal_page_footer();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

