Search This Blog

Thursday, March 27, 2014

How to Move a Joomla Site from Live Server to local

Welcome to Designers Dairy blog here i have posted How to Move a Joomla Site from Live Server

to local serve

Step1:

Download the Joomla site from live server with joomla installation

Step2:

After that  Export the database  from PHP MySQL - example (thewildside)


Step3:

Go to the localhost ->  PhpMyAdmin -> Create the new database wildside -> Export the Database

as the zip  file




Step4:


Change the Configuration.php file
  
    public $host = 'localhost';    -   Change the local host  ( as per local server setting)
    public $user = 'root';            -   Change the root  ( as per local server setting)
    public $password =" '';        -    Change the  password  ( as per local server setting)
    public $db = 'wlidside';        -   it remains same as live server  


Step5 :


Now go to the particular file set  and click  site will be open as per  live site url



Step6:

Enjoy folks






 

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...