|
406 Search results found
|
Installing WordPress
...using the WordPress Manager in the hosting Control Panel. For instructions on installing WordPress manually, check our Installing WordPress Manually article.
Requirements
...Manager > Install tab of your hosting Control Panel. You will need to fill in or select the following options:
Site Title: ...you to the Subdomains section of the Control Panel.
Path: If you wish to install WordPress in the main folder of the ...administrative section of WordPress or the hosting Control Panel > WordPress Manager, where you will see notices that new versions of the ...made in the WordPress Manager of the Control Panel are performed using the WP-CLI tool. These operations are logged in the ~/.wp-cli/history.log ...
|
|
Running a MongoDB instance
...a Web Apps section in your hosting Control Panel, then this tutorial is not suitable for your particular hosting environment. You can ...the Web Apps section in your hosting Control Panel, create a new app for running the MongoDB instance. In this example, we ...the Web Apps section of the hosting Control Panel, create a new app. Our example app is named MongoDB.
The start command ...is running.
3. Enabling authentication
Enabling access control on a MongoDB deployment enforces authentication, requiring users to identify themselves. When accessing a ...MongoDB deployment that has access control enabled, users can only perform actions as determined by their roles. The following procedure ...to a MongoDB instance running without access control and then enables access control.
1) Through your shell, connect to the MongoDB instance.
...4) Restart the MongoDB instance with access control. To do this, go to the Web Apps section of the hosting Control ...Panel and click on the green circle to stop the app. Then update the start ...restart the custom MongoDB instance with access control.
4. Connecting to the database
The standard format of the MongoDB URI connection ...
|
|
Adding existing WordPress installations for management
...After successfully logging into the hosting Control Panel, your account will be scanned for WordPress installations (running WordPress version 3.9+) that ...In the WordPress Manager of the hosting Control Panel, you can use the Scan for WordPress installations button to manually scan your ...installation can be automatically fixed by the Control Panel's WordPress Manager. If an issue like that is detected, you will see an ...and cannot be repaired automatically by the Control Panel, you can contact our support team for assistance.
The Log in button next ...made in the WordPress Manager of the Control Panel are performed using the WP-CLI tool. These operations are logged in the ~/.wp-cli/history.log ...
|
|
Moving WordPress between hosting accounts on our servers
...use the WordPress Manager in the hosting Control Panel to move or copy WordPress installations between different hosting accounts on our servers. ...follow the steps below:
Access the hosting Control Panel for the account with the original WordPress installation.
Navigate to the WordPress Manager.
...tab of the WordPress Manager in the Control Panel for the account where you wish to move/copy the WordPress installation.
Click on ...it to the server via the hosting Control Panel's File Manager or with FTP first, and then select the uploaded backup using ...of the new WordPress installation using the controls in the Select WordPress import destination section. A preview of the URL is ...shown below the controls. The controls are as follows:Use HTTPS: Set the site to use HTTPS instead of HTTP. ...
|
|
Getting Started
...going.
How to Manage Your Account
The Control Panel is the main administration tool that allows you to manage every aspect of ...email for the exact URL of the Control Panel for your hosting account. You can use your account details to log in.
...on the Domain Parking page of the Control Panel.
Setting Up Your Website
If you have a website already, you should upload ...website with the tools available in the Control Panel, for example using WordPress.
WordPress
WordPress is a content management system (CMS) that ...the dedicated WordPress administration tools in the Control Panel to perform otherwise complex and error-prone tasks safely and quickly with just a ...site on the SSL/HTTPS page of the Control Panel. This way, connections to your site will be encrypted.
Email
Email is a ...on the Mail Manager page of the Control Panel.
You can use an email program (such as Outlook, Mail, or Thunderbird, for ...
|
|
Installing Ghost
...have a WebApps section in your hosting Control Panel, then this tutorial is not suitable for your particular hosting environment. You can ...using the WebApps section of the hosting Control Panel
Choose Node.js LTS as engine. This is way, the app will use the ...the MySQL Databases section in your hosting Control Panel. It is recommended that you create a separate database user, too. More information ...Let's Encrypt certificates section of the hosting Control Panel as described in the Let's Еncrypt certificates section from our online documentation. After ...the File Manager interface of the hosting Control Panel. Change the following lines in config.production.json:
"mail": {
"transport": "Direct"
},
to
"mail": ...
|
|
Enabling server-side caching for WordPress
...just a few clicks using the hosting Control Panel:
Open the WordPress Manager section of the hosting Control Panel.
Navigate to the ...the WordPress Manager section of the hosting Control Panel, content caching should be already enabled for your WordPress installation. Otherwise, you can ...optimizing your WordPress installation through the hosting Control Panel, the following line of code will be added to your .htaccess file, which ...Control plugin has proven to work correctly on our servers.
Note: We advise that you ...Control headers as this may lead to unexpected results.
2. Choose how to clear the ...caching service by navigating to the hosting Control Panel's Server-side Caching section and clicking on the Enable button next to the domain/subdomain ...
|
|
Optimizing WordPress
...to the WordPress Manager in the hosting Control Panel.
Click on the Manage button next to your WordPress installation.
Click on the ...WordPress installation:
### BEGIN Optimization enabled via Control Panel > WordPress ###<IfModule mod_deflate.c> # Insert filters according to https://codex.wordpress.org/Output_Compression AddOutputFilterByType DEFLATE text/plain ....* - [L]</IfModule>#### END Optimization enabled via Control Panel > WordPress ####
You can also add the code block listed above to ...using the File Manager in the hosting Control Panel.
The Leverage Browser Caching code block is essential for preparing your WordPress installation ...hosting account or installed through the hosting Control Panel > WordPress Manager are optimized by default....
|
|
Purging the server-side cache
...by using either of the following methods:
Control Panel's Server-side Caching section
cURL via the command line
cURL via PHP
Note: Some ...and Enabling server-side caching for Drupal articles.
Control Panel's Server-side Caching section
To manually purge the server-side cache for a specific domain/subdomain, ...the Server-side Caching section of the hosting Control Panel and click on the Purge button next to the domain/subdomain name.
cURL via ...enabled for your account through the hosting Control Panel's SSH Access section. More details on how to connect via SSH to your ...in your website directory using the hosting Control Panel's File Manager section:
<?php// Prevent caching for this scriptheader("Cache-Control: no-cache");// Get the protocol ...
|
|
Uploading files over SFTP
...found in the left pane of the Control Panel of the hosting account under Server name (your_server.com on the screenshot).
Since SFTP ...access is available only to the main Control Panel user, only the main Control Panel user is able to use SFTP to ...user in the left pane of the Control Panel of the hosting account under "Username" (your_username on the screenshot).
In order to ...can enable SSH access for the main Control Panel user through the SSH Access section in the Control Panel of the account. ...the username and password of the main Control Panel user, or set up key-based authentication. Detailed instructions on how to set up ...
|
|
|