>> Also how do I create folders outside of my site root using dreamweaver?
Don't. Dreamweaver works best when you set it to use the public web root. If you have to play with files outside of that directory, get a different FTP client or go in via SSH and work that way.
If you set DW to look one level higher than the public web root, it will have a harder time managing paths because it won't see things properly and will use /htdocs/ or /web/ or /public/ (or whatever that folder is) to construct links and that will not work well on the remote site.
Main Topics
Browse All Topics





by: nguyenlocduyPosted on 2009-09-11 at 01:30:02ID: 25307527
It is not necessary to place the connection info outside of your root folder, as the info would not be viewed by a web browser. All you should do is to keep your FTP access safe since the info could be accessed this way.
Regarding to folder creating with Dreamweaver can you tell me your site structure. Are you working remotely to your host or locally? BTW, keep in mind that doing so requires your pages should be linked to the file that hold the connection info in another folder.