- To host a Web site for your own organization, on your Home page, open the Domains group title menu, and click Create Domain. To host a Web site for one of your customers, click Clients, click the customer's name, and in the Domains group title menu, select Create Domain.
- Specify the domain name that was previously registered with a domain name registrar. Leave the www check box selected if you want to allow users to access the site by a common and habitual URL like www.your-domain.com.
Having the www alias preceding the domain name does not cost anything, and it will allow users to get to the site no matter what they type in their browsers: www.your-domain.com and your-domain.com will both direct users to the site.
- If you have previously created a domain template and predefined all hosting features and resource usage allotments (as described in the chapter Simplifying Setup of Web Sites), select the required template from the Use domain template settings menu.
- If you have a number of IP addresses to choose from, select the required address from the Assign IP address menu.
Bear in mind that e-commerce sites need a dedicated IP address (not shared among other sites) to implement Secure Sockets Layer data encryption.
After your Web site is set up, you will be able to assign another IP address to it, if you have several IP addresses and if you are authorized to perform this operation. Note that after you change a site's IP address, your domain/site will be unreachable and e-mail messages sent to mailboxes under your domain will not reach them until the information about the new IP address is propagated across the DNS system. This can take one or two days.
- Select the Mail and DNS check boxes.
- Select the Web Site Hosting option to host the Web site on this machine.
Upon completion of this procedure, your control panel will set up the domain name server on this machine to serve the new domain name and prepare the web server to serve the new Web site: a new zone file with appropriate resource records will be added to the Domain Name Server's configuration files, a Web space will be created inside the Web server's directory, and necessary user accounts will be created on the server.
Note: If your site is hosted on another machine, and you wish to set up your control panel's DNS server only to serve the DNS zone for that site, select either Frame forwarding or Standard forwarding option. With standard forwarding, a user is redirected to the site and the actual site's URL is shown in the user's browser, so the user always knows that he or she is redirected to another URL. With frame forwarding, a user is redirected to the site without knowing that the site actually resides at another location. For example: your customer has a free personal web site with his or her Internet Service Provider or a free Web host, and the Web site address is http://www.geocities.com/~myhomepage. The customer purchased a second level domain name www.myname.com and wants you to provide domain forwarding to his Web site. In this case you would normally choose the Frame forwarding service. See the chapter "Serving the Domain Names for Sites Hosted on Other Servers (Domain Forwarding)" for details.
- Type in the username and password that will be used for uploading Web site content over FTP and Microsoft FrontPage.
- Click Next >>.
- Specify the following settings:
- SSL support. Secure Sockets Layer encryption is generally used for protecting transfer of sensitive data during online transactions on e-commerce Web sites that run on dedicated IP addresses. SSL certificates that participate in the encryption process are usually applied to a single domain name on a single IP address, therefore, each site that needs SSL protection must be hosted on a dedicated IP address. An exception to this is subdomains, which you can protect with a wildcard certificate. Installing an SSL certificate on a Web server that hosts several web sites with different domain names on a single IP address (shared or name-based hosting) is technically possible, however, it is not recommended: the encryption will be provided, but users will get warning messages on attempt to connect to the secure site. To allow SSL encryption for Web sites, select the SSL support check box.
- Use a single directory for housing SSL and non-SSL content (available only for Linux hosting). By default, when users publish their sites through their FTP accounts, they need to upload the Web content that should be accessible via secure connections to the httpsdocs directory, and the content that should be accessible via plain HTTP, to the httpdocs directory. For the convenience of publishing all content through a single location –
httpdocs
directory, select the Use a single directory for housing SSL and non-SSL content check box. - Hard disk quota. Specify the amount of disk space in megabytes allocated to the Web space for this site. This is the so-called hard quota that will not allow writing more files to the Web space when the limit is reached. At attempt to write files, users will get the "Out of disk space" error. Hard quotas should be enabled in the server's operating system, so if you see the "Hard disk quota is not supported" notice to the right of the Hard disk quota field, but would like to use the hard quotas, contact your provider or the server administrator and ask to enable the hard quotas.
- Access to server over SSH (available only for Linux hosting) or Access to server over Remote Desktop (available only for Windows hosting). This allows a site owner to upload securely Web content to the server through a Secure Socket Shell or Remote Desktop connection, however, allowing access to the server also poses a potential threat to the server security, so we recommend that you set this option to Login prohibited.
- Create Web site using Sitebuilder. This allows a site owner to create and manage his or her Web site using the Sitebuilder service installed on the server.
- Microsoft FrontPage support. Microsoft FrontPage is a popular Web site authoring tool. To enable users to publish and modify their sites through Microsoft FrontPage, select the options Microsoft FrontPage support, Microsoft FrontPage over SSL support, and Remote FrontPage authoring allowed.
- Support for programming and scripting languages widely used in development of dynamic Web sites and server-side Web applications. Specify which of the following programming and scripting languages should be interpreted, executed or otherwise processed by the web server: Active Server Pages (ASP), ASP.NET (on Windows-based hosting), Server Side Includes (SSI), PHP hypertext preprocessor (PHP), Common Gateway Interface (CGI), Fast Common Gateway Interface (FastCGI), Perl, Python, ColdFusion, and Miva scripting languages. By default, PHP is configured to operate in safe mode with functional restrictions. To learn more about PHP safe mode, refer to http://php.net/features.safe-mode. Some web applications may not work properly with safe mode enabled: If an application on a site fails due to safe mode, switch the safe mode off (or ask your provider to do this) by clearing the PHP 'safe_mode' on check box in the hosting account properties (Home > domain name > Web Hosting Settings (in the Web Site group)).
- Web statistics. To allow Web site owner to view the information on the number of people visited his or her site and the pages of the site they viewed, select the statistics program you need from the Web statistics menu, and select the accessible via password protected directory /plesk-stat/webstat check box. This will install the statistics program of your choice, which will generate reports and place them into the password protected directory. The domain/web site owner will then be able to access Web statistics at the URL: https://your-domain.com/plesk-stat/webstat using his or her FTP account login and password.
Note: When you switch from one statistics program to another, all reports created by the previously used statistics program are deleted and new reports are created in accordance with the information read from log files kept on the server. This means that if you configured the system (at Domains > domain name > Log Manager > Log Rotation) so as to keep log files only for the last month, then Web statistics will be available only for the last month.
- Custom error documents. When visitors coming to your site request pages that the Web server cannot find, the Web server generates and displays a standard HTML page with an error message. If you wish to create your own error pages and use them on your Web server or allow your customers to do that, select the Custom error documents check box.
- Additional write/modify permissions (available only for Windows hosting). This option is required if Web applications under a domain will be using a file-based database (like Jet) located in the root of
httpdocs
or httpsdocs
folders. Please note that selecting this option might seriously compromise the Web site security. - Use dedicated pool (available only for Windows hosting). This option enables the use of dedicated IIS application pool for Web applications on a domain. Using dedicated IIS application pool dramatically improves the stability of domain Web applications due to worker process isolation mode. This mode gives each Web site hosted on the server the possibility to allocate a separate process pool for execution of its Web applications. This way, malfunction in one application will not cause stopping of all the others. This is especially useful when you are using shared hosting package.
- Click Next >>.
- Review and adjust the following settings as required:
- Click Finish.
Now the server is ready to accommodate the new Web site, and the site owner can publish the site to the server. For instructions on publishing a Web site, refer to the section Creating and Publishing a Site.
Note: If you transferred this domain name from another Web host, you will need to update the host DNS address with the domain name registrar so as to point to your name servers: log in to your registrar's Web site, locate the forms used to manage the domain host pointers, and replace the current DNS host settings with your name servers' hostnames. The information on new name servers will spread across the DNS system within 48 hours.