Hi guys,
I have a site currently running on IIS under Windows. I now want to make some 'sweeping' changes to the CSS and some of the HTML, in order to give the site a new look.
The site is currently developed in Dreamweaver, and makes use of PHP for a news database and discussion forum (implemented with phpBB), as well as several other 'dynamic' hand-coded elements (only on about half a dozen pages). There are a total of around 200 pages, plus the phpbb stuff.
What is the best way to update the site's look 'overnight'? - i.e. gradually make the cosmetic changes myself, while keeping the existing look for those accessing the site in the meantime, then publishing the update, once I'm happy, in one hit?
Should I create a new site via the IIS control panel, copy over all the 'static' (HTML, CSS) files from the active site, make changes and test until I'm happy and then copy them all back to the 'active' site?
I have already tried creating a new site under the IIS control panel on the server, and assigned it to port 8080. However, trying to access this copy via
http://myserver:8080/ results in a 'page cannot be found' error. And yes, I've added index.php to the top of the list of files for this copy of the site (which is the default page for the active site). It just isn't showing anything. Even if I try to load it directly, i.e.
http://myserver:8080/index.php I still get a 'page cannot be found' error.
However, if I try to access an image file, it displays fine. - e.g.
http://myserver:8080/media/images/background.gif loads without a problem.
Do I need to reconfigure something in php? Or IIS? Am I even going about this in the right way?
As you can tell, I'm kinda guessing at the moment! Any pointers would be appreciated.
Thanks in advance,
Dave
