How do I connect to my site using Dreamweaver?

1. Start the Software

2. On the Tool Bar, click Site

3. Then when the drop down menu appears, select Define Sites Click New Under Local Info

4. Site Name: yourdomain.com

5. Local Folder: This is where you store your web files, you can call it domainname

6. HTTP Address: http://domainname.com

7. Enable Cache: put a check Under Remote Info

8. Access: FTP

9. FTP Host: yourdomain.com

10. Host Directory: public_html

11. login: username

12. password: password

13. Save: Check the box

14. Use Passive FTP: checked

15. Use Firewall: If your Computer is behind a personal firewall, then simply set the configuration.

16. Enable Checkin/Checkout: Leave this blank

 

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Does your company have any limit about CGI scripts?

We don't have a limit on how many you can install. There are some scripts that we do not allow....

რა არის ვებ საითი და რატომაა იგი ასე მნიშვნელოვანი?

ვებ საითის შესახებ ბევრის თქმა შეიძლება, მაგრამ იმის გამო რომ აქ არაა ამის დრო და არც თქვენ...

What does CHMOD mean?

It means to set a certain permission on the file or directory. The most common chmod commands are...

What is CGI?

CGI stands for Common Gateway Interface. It's used to provide interactivity and turn static pages...

How do I use PHP?

1. To use PHP, make a file and give it a ".php" file extension such as myfile.php. 2. Inside...