Skip to main content
Participant
March 22, 2012
Question

Move Existing Static Site to Testing Server Location

  • March 22, 2012
  • 1 reply
  • 351 views

Hello -

I have an existing static site. The local version resides on my hard drive, in a generic folder I call Web Sites and a sub folder using the name of the actual site. The sub folder (call it "/mysite") is the current local root directory. I plan to convert some existng site pages to PHP and integrate a MySQL database. I've installed and tested XAMPP and created a couple of simple sites from scratch which reside in

/Applications/XAMPP/xamppfiles/htdocs/

It looks like I'm going to need to re-locate the "/mysite" folder to reside in "/htdocs" in order to establish a local testing server for the site.

Is my assumption that I'll need to move the location of my local site correct and if so how can I do this without breaking links?

Using:

Dreamweaver 5.5 (version 11.5 Build 5344

Mac OS 10.7.3

Thank You!

- Marco Bario

This topic has been closed for replies.

1 reply

Community Expert
March 22, 2012

You can set XAMPP to run a web server whereever you want, but you can only set it to be one folder so it will either be the parent to the "mysite" folder or the htdocs folder.  You should be able to move the folder that is not in the testing directory into it without breaking any links because there without the testing server your links should be document relative and not root relative since you would never have defined that root in DW up to this point.