Troubleshooting Dreamweaver upload problems
Last Updated: December 12, 2023
Dreamweaver is a great program for building your website, but sometimes it doesn’t upload to hosting correctly. By default, Dreamweaver is set to upload files to the root directory, rather than the public_html directory where the files need to be. Don’t worry though, there are workarounds for this.
The first workaround would be to specify the directory when inputting the FTP information. Your FTP information would then look something like this:
- Username: hosting username
- Password: hosting password
- Server: The hosting server name (hs1.name.tools for example)
- Directory: public_html/
- Port: 21
If this does not work, you can also try creating a new FTP account in hosting and set the upload folder for this account to default to the public_html directory. For instructions on creating a new FTP account, check out our article here.