Publish the Website
Scenario 1:
It is easy to use a FTP program (example WS_FTP from IPSWITCH) to transfer these files to your site.
Most of us did that for our WebSearch projects. Just ensure you have a default page (index.htm or default.htm) for your site and all the linked files are in the proper directory. Some images files are placed usually place in a separate sub-directory \images and the hyper link is usually relative and not “hard-wired” Example ..\images\image_files. Check links after publishing.
Scenario 2:
Dreamweaver will take care of all the relevant files are published to your site.
Steps to be taken.
You can use Dreamweaver to build web applications using five server technologies: Macromedia ColdFusion, ASP.NET, ASP, JSP, or PHP. Each of these technologies corresponds to a document type in Dreamweaver. Choosing one for your web application depends on several factors, including your level of comfort with various scripting languages and the application server you plan to use.
Example: hostname: fraser.sfu.ca
Folder: /home/xyz/pub_html/webSearch_project
FTP login: xyz
Password: *****
If everything is correct, you will get a message” Macromedia Dreamweaver connected to your Web server successfully.”
10. If you have team members (for large web-site) you should select “Yes, enable check in and check out.” This works like a library. One member can check out the copy of a web-page to work on. Until it is checked in, other members can view it but not edit it. Finally, let Dreamweaver check it out and give your email address.