<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Actually, look in the Drupal Cookbook.</DIV>
<DIV>&nbsp;</DIV>
<DIV>And don't forget that the most important site&nbsp;PHP settings can be put into the settings.php file (unless your host overrides them).</DIV>
<DIV>&nbsp;</DIV>
<DIV>I wholeheartedly agree with the Pathologic&nbsp;recommendation, especially if you entertain any notions of RSS feeds.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The biggest trip-up I see in moving sites is in the file settings. I prefer creating a unique, but short sub-directory&nbsp;under files, with that being used. I find it easier to do that than to&nbsp;use sites/sitename.com/files/....<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Randy Fay &lt;randy@randyfay.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> development@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sun, November 7, 2010 12:14:35 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [development] Moving working Drupal environment to another web-hosting server<BR></FONT><BR>Great advice.<BR><BR>I don't see&nbsp; a good handbook page on this subject, or at least it's not easy to find. I encourage one of you to create a handbook page (or make it findable) with this excellent summary. Don't want to have great info like this hidden in the dev list.<BR><BR>-Randy<BR><BR>
<DIV class=gmail_quote>On Sun, Nov 7, 2010 at 9:42 AM, Shai Gluskin <SPAN dir=ltr>&lt;<A href="mailto:shai@content2zero.com" target=_blank rel=nofollow ymailto="mailto:shai@content2zero.com">shai@content2zero.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Kamal, 
<DIV><BR></DIV>
<DIV>Larry's list is quite extensive... I'll add just a couple more things.</DIV>
<DIV><BR></DIV>
<DIV>It's possible/likely that default PHP settings are different on the two servers. If both servers allow it, you might create a custom php.ini file that you then also copy over to the new server with the other files.&nbsp;</DIV>
<DIV><BR></DIV>
<DIV>The most common differences will be in memory settings and maximum file size and posting sizes.&nbsp;</DIV>
<DIV><BR></DIV>
<DIV>But be careful where you put the php.ini file depending on the requirements of each server. For instance, a php.ini file that is put in a sub-directory of a public_html directory will likely be ignored.&nbsp;</DIV>
<DIV><BR></DIV>
<DIV>If you go to: <A href="http://example.com/admin/reports/status" target=_blank rel=nofollow>example.com/admin/reports/status</A> you'll be able to click on the PHP version number which takes you to a page which lists the active PHP settings on the site. That way you can verify if your custom php.ini file is the one actually be applied on the site.</DIV>
<DIV><BR></DIV>
<DIV>The other typical problem with moving a site can be URL links. As long as links are relative, you won't have any problems. However, there are some good reasons to use absolute paths. For instance, the imagecache and insert modules both use absolute paths. The <A href="http://drupal.org/project/pathologic" target=_blank rel=nofollow>Pathologic</A>&nbsp;module and some other modules could take the pain away on this issue. If you ever get that anxious feeling after moving to a new server, like, "I think I handled everything regarding link integrity, but maybe I forgot something..." the <A href="http://drupal.org/project/linkchecker" target=_blank rel=nofollow>Linkchecker</A> module is awesome, it will uncover any problems with links.</DIV>
<DIV><BR></DIV>
<DIV>But I do agree with Larry, it's really pretty easy to migrate a Drupal site.</DIV>
<DIV><BR></DIV>
<DIV>Shai</DIV>
<DIV><BR>
<DIV class=gmail_quote>On Sun, Nov 7, 2010 at 3:35 AM, Larry Garfield <SPAN dir=ltr>&lt;<A href="mailto:larry@garfieldtech.com" target=_blank rel=nofollow ymailto="mailto:larry@garfieldtech.com">larry@garfieldtech.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">It's absolutely possible and quite easy to move a Drupal install from one<BR>server to another. &nbsp;There's various handbook pages on the subject you can find<BR>with a little searching on the new site, but the general outline is:<BR><BR>1) Copy all of your code and files directory to the new server. &nbsp;(Remember the<BR>.htaccess file, which is hidden by default.)<BR><BR>2) Copy the database you've been using to the new database server.<BR><BR>3) Update the settings.php file to point to the new database credentials.<BR><BR>4) Maybe edit your .htaccess file if necessary, but frequently it's not.<BR><BR>5) Clear the cache.<BR><BR>6) Profit!!!<BR><BR>Drupal doesn't store information anywhere else besides its own files directory<BR>and the database you've configured. &nbsp;(Well, unless you have an add-on module<BR>that uses some
 other database or system for some reason, but you would<BR>definitely know if that's the case. &nbsp;If you have to ask, then it's not. &lt;g&gt;)<BR><BR>--Larry Garfield<BR><BR>On Sunday, November 07, 2010 12:47:41 am Kamal Palei wrote:<BR>&gt; Hi All<BR>&gt; Let me first thank you all for providing such a great platform Drupal.<BR>&gt; I am quite new to Drupal environment. With the given documenttaion I was<BR>&gt; able to get Drupal up and running.<BR>&gt;<BR>&gt; I have few questions as below.<BR>&gt;<BR>&gt; 1. Now I am gooing to develop complete site in my local machine.<BR>&gt; Basically I am going to make a site, where site visitors can upload their<BR>&gt; resumes.<BR>&gt;<BR>&gt; In the process of development, I might use panels, blocks, views etc.<BR>&gt; I may add contents to different pages and customize it as per my need.<BR>&gt;<BR>&gt; Once all development is done, I plan to move my site to a proper web<BR>&gt; hosting machine.<BR>&gt;
 Is it possible to move a working Drupal based environment to new web<BR>&gt; hosting platform?<BR>&gt;<BR>&gt; My worry is, in the process of developemnt, Drupal might have used local<BR>&gt; machine database<BR>&gt; to store any informations, once we move the environment to new web hosting<BR>&gt; m/c, will it<BR>&gt; not loose those informations?<BR>&gt;<BR>&gt; Can somebody guide me, is it possible to move localy developed Drupal<BR>&gt; environment to a new web hosting machine.<BR>&gt; If possible, please explain and provide link to related documentation.<BR>&gt;<BR>&gt; Regards<BR>&gt; Kamal<BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Randy Fay<BR>Drupal Module and Site Development<BR><A href="mailto:randy@randyfay.com" target=_blank rel=nofollow ymailto="mailto:randy@randyfay.com">randy@randyfay.com</A><BR>+1&nbsp; 970.462.7450<BR><BR></DIV></DIV></div></body></html>