Hi Guys....

Im new here and search a lot about how migrate my local sites in DP7 + SQLITE into production webservers.

I found a lot of information and I create a method that works (for me until now) . I need share this because that is important for all DP users i think.

Im from São Paulo - Brasil.

Here we go.

* PS: This procedure has tested in a server with CPANEL and LOCALHOST as XAMPP (windows 7 enviroment). Until now this works for me. Im a noob in DP but i make websites for a long time ~10 years.

This process is : LOCALHOST >>> PRODUCTION WEBHOST

*********************************

1 - Make a copy in .ZIP format of all content and put in webserver, transfer via CPANEL CP and unzip.
2 - Go to /sites/default/settings.php and insert this code inside PHP tags at top of document:

$conf['clean_url'] = 0;

Save (dãããã) :) . This method DISABLE CLEAN URLS. If you dont make this .. YOU CANT ENTER IN ADMIN PANEL.
3 - Go to this URL http://yourwebsite.abc/?q=user (for access DP7 CP).
4 - Go to Home » Administration » Configuration » Media and SET the new TMP folder. In my case is /home/myaccount123/tmp.
5 - CLEAR CACHE
6 - RUN a STATUS REPORT

Enjoy !!

Ps: Sorry for my bad english. An sorry if i post this in wrong section.