I have taken a backup of my Web server.
Database restored fine and looks like backup connection is also working.
I have problem with SSL, as I do not have any SSL on local Desktop, I seems not getting through the https to http.
As soon as I try to open http:\localhost\myBackupFolder\ it automatically goes to https:\localhost\myBackupFolder\
I have deleted .htaccess, ,htaccess.txt, php.ini, still it is getting routed to https.
Please Note* (The Backup was of a joomla site and forced site ssl was enable, but that doesn't looks like a problem at the moment. As a proof I had a sub-site folder containing HTML site, even that is getting routed to https)
Here is the solution
Set public $force_ssl = '0';
public $live_site = '';
howver you may get a warning in local WAMP copy like: Strict standards: Only variables should be assigned by reference in C:\wamp\www..in line #45 but One can deisale it by setting display_errors = Off in php.ini