Can’t bring up front or back end of site but all files still exist. What might be happening?

The message displayed by Chrome in your screen shot indicates the problem is more likely a network / server issue than a problem with the website. The puzzling part is you say you can open other sites on localhost. Do you access those sites the same way i.e localhost/someotherdir? What happens if you type http://127.0.0.1/2016/nuggetcity? … Read more

set up development environment windows

You might need to install Xampp or Wamp on your computer first. Then setup a Virtual Host on your computer which will make sure your when you type your website address, it will point it to the local installation of your computer. Download XAMPP: http://www.apachefriends.org/en/xampp-windows.html Setting up Virtual Host: http://ddmboss.wordpress.com/2013/07/10/how-to-set-up-virtual-hosts-using-xampp/ Hope that helps

Installing WP on localhost

Generally you should only configure WP for localhost if you have physical possession of the computer/server. You cannot access localhost of a remote computer. Well there are tricks that this is beyond the scope of this discussion. Edited to add To install WP on localhost, after installing the WP files, go to: http://localhost/ or if … Read more

Working on live sites locally

It looks like you’re connecting to the live database from your local machine. Not many hosts allow remote connections to the database by default. You may have to request this type of access from your host. Also, it’s highly recommended you work with a local copy of your database instead of connecting (and possibly changing) … Read more