Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
I have a website that my company want to redesign it. The design in PSD is ready, but looks like there are lot of changed to do and might take a week or more to make the changed.

So, I wonder what is the best ways to make changed without putting website down, because it's a referral website. So lot of people sign in during the day.

Any advise?

Thank you.
Posted

1 solution

You need to copy a Web site and do all the redesign work on this copy. For this purpose, you need to install the HTTP server and all required modules and tools on the development computer. Then, you will need to test and possibly fix the site in the Web. You can create a mirror and do all testing and fixing work on the mirror.

As the final step, you can replace old site with the new version at once. But you can better exclude disruptions like broken links even for this quick period of time when you copy. If you want it, you can simply move the site to the host where your mirror is. For this purpose, you can simply modify DNS data to make your site's domain name pointing to a new host. If this situation should not be permanent, you can do one more step: when DNS no longer points to the old site host (you will need to give some time for DNS propagation), you can remove old site and copy the content of the new site to the location of old version of the site. At this moment of time, you have two identical site. And now, you can modify DNS data again, to make DNS showing to the original site host. You are done.

—SA
 
Share this answer
 
Comments
Yafa Su 11-Nov-13 10:59am    
Thanks for the direction, I think I will use wamp to make the changes. Because only HTML, CSS, Images and JQuery to be changed, and nothing to be change in the server side. I hope.
Sergey Alexandrovich Kryukov 11-Nov-13 11:03am    
Agree. All this should work out smoothly.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900