Nancy,<div><br></div><div>I&#39;m not sure what files problem you are talking about.  I ran in files directory location problems a lot when upgrading from D5 - D6, but not with server moves. </div><div><br></div><div>Sometimes with server migrations there can be permissions issues, but that has nothing to do with the path, and you are suggesting there is a path issue here...</div>
<div><br></div><div>On single instance sites I never use the sites/<a href="http://example.com/files">example.com/files</a> structure. I always use: sites/default/files.</div><div><br></div><div>Backup and Migrate v 2 lets you store manual and scheduled backups outside your public directory. This, is of course, is more secure than the methods used to protect those directories when they need to be in the files directory. So that&#39;s something to remember to keep straight...</div>
<div><br></div><div>But still, I don&#39;t understand the problems you are referring to.</div><div><br></div><div>Shai</div><div><br><div class="gmail_quote">On Sun, Nov 7, 2010 at 2:54 PM, nan wich <span dir="ltr">&lt;<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><div></div>
<div>Actually, look in the Drupal Cookbook.</div>
<div> </div>
<div>And don&#39;t forget that the most important site PHP settings can be put into the settings.php file (unless your host overrides them).</div>
<div> </div>
<div>I wholeheartedly agree with the Pathologic recommendation, especially if you entertain any notions of RSS feeds.</div>
<div> </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 under files, with that being used. I find it easier to do that than to use sites/<a href="http://sitename.com/files/.." target="_blank">sitename.com/files/..</a>..<br>
 </div>
<p><font face="bookman old style, new york, times, serif" color="#ff007f" size="4"><em><strong>Nancy</strong></em></font></p>
<p> </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;<a href="mailto:randy@randyfay.com" target="_blank">randy@randyfay.com</a>&gt;<br><b><span style="font-weight:bold">To:</span></b> <a href="mailto:development@drupal.org" target="_blank">development@drupal.org</a><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><div><div></div><div class="h5"><br>Great advice.<br><br>I don&#39;t see  a good handbook page on this subject, or at least it&#39;s not easy to find. I encourage one of you to create a handbook page (or make it findable) with this excellent summary. Don&#39;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" rel="nofollow" target="_blank">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&#39;s list is quite extensive... I&#39;ll add just a couple more things.</div>
<div><br></div>
<div>It&#39;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. </div>

<div><br></div>
<div>The most common differences will be in memory settings and maximum file size and posting sizes. </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. </div>
<div><br></div>
<div>If you go to: <a href="http://example.com/admin/reports/status" rel="nofollow" target="_blank">example.com/admin/reports/status</a> you&#39;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&#39;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" rel="nofollow" target="_blank">Pathologic</a> 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, &quot;I think I handled everything regarding link integrity, but maybe I forgot something...&quot; the <a href="http://drupal.org/project/linkchecker" rel="nofollow" target="_blank">Linkchecker</a> module is awesome, it will uncover any problems with links.</div>

<div><br></div>
<div>But I do agree with Larry, it&#39;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" rel="nofollow" target="_blank">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&#39;s absolutely possible and quite easy to move a Drupal install from one<br>server to another.  There&#39;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.  (Remember the<br>.htaccess file, which is hidden by default.)<br><br>2) Copy the database you&#39;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&#39;s not.<br><br>5) Clear the cache.<br><br>6) Profit!!!<br><br>Drupal doesn&#39;t store information anywhere else besides its own files directory<br>
and the database you&#39;ve configured.  (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&#39;s the case.  If you have to ask, then it&#39;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" rel="nofollow" target="_blank">randy@randyfay.com</a><br>
+1  970.462.7450<br><br></div></div></div></div></div></div></blockquote></div><br></div>