Testing website template on local server? |
| |
|
|
|
Regular Coder Posts: 91 Topics: 13
|
|
|
July 19, 2010, 10:45:37 PM
|
|
i have download some website templates in php. i want to test them on local server before uploading to my real server. what and how should i do. sorry that i do have so much web designing concept.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
July 19, 2010, 11:12:03 PM
|
|
If they are simple .html or .htm pages then you can simply browse them in the browser to see how they look. If you see any missing images in the browser then make sure that the images are downloaded with the template and they are in proper directory structure.
If its an php site then you will need to install the PHP server and then run the site to see the templates.
Hope this helps you.
|
|
| |
|
|
|
Regular Coder Posts: 91 Topics: 13
|
|
|
July 21, 2010, 12:45:31 AM
|
|
thanks for your guide. i have download wordpress 3.0 to test wordpress templates but how to test blogger templates.
|
|
| |
|
|
|
New Coder
Location: USA
Gender:  Posts: 37 Topics: 3
|
|
|
August 23, 2010, 08:09:25 AM
|
|
If you are on a windows system you can enable IIS and instal php and mySQL on your system. This will allow you to test things as a localhost. A lot of people install WAMP which uses Apache instead of IIS but it does all of the work for you in terms of setting up a localhost.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
August 23, 2010, 12:18:43 PM
|
|
Alternatively create a sub domain on your server which is password protected and do your dev in there, then to go live copy from that dev domain into www. Has the benefit of ensuring it works on your server setup
|
|
| |