Newbie question.
I have a website working fine on a webserver.
http://www.nzmotorhome.co.nzIt comprises two static webpages plus a phpBB3 forum.
I want to get this working on my local machine so the I can implement some updates and test them before loading the changed files back up to the webserver.
I have installed a WAMP system called UniServer Zero and tested it with the supplied test files. They work fine.
I then copied the entire contents of my webserver's http_html folder the UniServer's www folder.
It doesn't work but my gut feeling is that there is one critical thing that I have got wrong and, if I fix that, all will be well: after all it works on the webserver.
What is not right?
On the two static (HTML) pages,
- none of the graphics show
- none of the CSS code is rendered
- the div controlling a right-hand side panel is not rendered
- some links work, others do not.
On the initial forum (php) page, I just get a white page with a bunch of unformatted code on it.
Can anyone suggest how I might start to track down where my problem is?
All suggestions will be rigorously followed up, but remember that all this is working fine on the web - so I don't want to start making wholesale changes to the code: the problem is most likely something simple in the set-up.