Page 1 of 1
How to test/work on downloaded site on localhost
Posted: Thu Jun 30, 2011 2:03 am
by abhits
I downloaded the whole website using filezilla. i want to setup tht site in local system. how can i set it up in local. i want test and work on it on local. I have XAMMP1.7 installed on my system. My OS is windows XP
Re: How to test/work on downloaded site on localhost
Posted: Thu Jun 30, 2011 7:15 am
by mrvijayakumar
Did ur downloaded website have database?
Re: How to test/work on downloaded site on localhost
Posted: Thu Jun 30, 2011 10:12 am
by alex.barylski
Install WAMP and copy the files into your root directory and then goto
http://localhost -- it's that easy for a simple web site and setup. If your web site uses PHP and you coupled functionality to domain names or something than working locally becomes a little more difficult.
Cheers,
Alex
Re: How to test/work on downloaded site on localhost
Posted: Thu Jun 30, 2011 11:37 am
by social_experiment
abhits wrote:I have XAMMP1.7 installed on my system
If you installed XAMPP then php is probably also installed. Your 'root' folder is
htdocs so any site you want to use is placed inside it. If you have a database that needs to be created use phpmyadmin (by default found at
http://localhost/phpmyadmin) and import / create the database as required.