File Manager Getting Started
Managing your website’s files doesn’t have to be complicated. Whether you’re uploading new pages, updating content, or organizing your site’s structure, using File Manager, you have complete control over how your website works. With the right tools and a clear understanding of where files should go—such as the public_html or document root folders—you can ensure that your site stays secure, functional, and easy to maintain.
Starting Out
Log in to your control panel and follow the directions in the video tutorial.
Deleting
There are many folders and files related to your account, which are necessary for it to function correctly. Never delete any of these files and folders. If you want to delete something and are unsure if it is safe to delete, try renaming the file or folder instead. This way, your website will think the file is gone, but it can easily be restored (by renaming it back to the original name).
Uploading
To upload to your primary domain's website, always place your files inside the public_html folder.
To upload to your Addon or subdomain's website, always place your files inside the document root folder (which should be inside public_html).
More details on which folder to upload your content to:
Editing
The regular Edit tool will show you the web code, and then you would have to know HTML and similar code to make changes. There is also a Code Edit tool that colors the code for easier reading.
There is yet one more editor tool called HTML Edit. This will give you a program similar to MS Word, as it allows you to type plain text, create line breaks, insert multiple blank spaces, and create images and links. When you save, the resulting page looks just like it did in the editor. This is known as a WYSIWYG (what you see is what you get) editor in the hosting world.