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">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">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">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">larry@garfieldtech.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>