Content Management Systems (or CMS) are third-party applications that provide a graphical user interface for adding and editing website content: pages, scripts, files, multimedia content, and so on. The following CMS are the most popular and widely used:
Before you can create a website with a CMS, you need to install the CMS on your hosting account. There are two options available:
Note: You can install a CMS as a web application only if your hosting subscription allows it.
FTP stands for File Transfer Protocol, a method of transferring files over the Internet. To upload files via FTP, you will need a special program called an FTP client. FileZilla is a free and reliable FTP client. You can download it here:
https://filezilla-project.org/download.php?type=client
Its documentation can be found here:
https://wiki.filezilla-project.org/Documentation
Of course, you are free to use a different FTP client if you choose. To connect to an FTP server, you need the following information:
To publish a website using FTP:
Enable the passive mode if you are behind a firewall. Refer to your FTP client documentation to learn how to enter passive mode.
httpdocs directory. If you use CGI scripts, place them in the cgi-bin directory.You can also set up additional FTP accounts if you need to collaborate on website content with other users. For more information, see the section Adding FTP Accounts.
To upload a website from your computer to the Plesk server by using File Manager, follow these steps:
httpdocs folder to open it, click Upload Files, select the archive file, and click Open.If you want to edit pages of your website, you can do it in File Manager. It provides an HTML editor that allows visual editing of HTML pages (without needing to manually type HTML tags). To edit a file in the HTML editor, place the mouse pointer over the file, click the link
to open the file's context menu, and select Edit in HTML Editor.
You can also edit files in the File Manager's text editor if you like. To open a file in the text editor, click the link
to open the file's context menu, and select Edit in Text Editor.
If you have files or web pages that you want to make inaccessible on the Internet, change these files' access permissions in File Manager. To edit access permissions for a file or a directory, click the link
to open the context menu, and select Change Permissions. To learn how to review and edit the permissions, refer to the section Setting File and Directory Access Permissions.
Learn more about uploading and editing website files and folders with File Manager in the Website Content section.