Author: Sathiya
-
Install the Free Let’s Encrypt SSL certificate in plesk panel
Now we can request a certificate for our website: Go to Websites & Domains and find your website. Find the Let’s Encrypt menu item for that domain. Enter a valid e-mail address. This is used to send urgent notifications and for lost key recovery. If your domain is also available with the www subdomain, make sure to tick the box next…
-
Enable SSL support
SSL support for your site is enabled: Go to the Hosting Settings for your domain. Look for the Security section. Make sure the box next to SSL/TLS support is ticked. Double-check that the correct Let’s Encrypt certificate is selected. Save your settings. Configure Let’s Encrypt for this domain.
-
Backing Up and Restoring Databases in Plesk 12.5
Backing Up and Restoring Databases You can back up a database in the following ways: Export a database dump in the SQL format. This enables you to create and download the database in a single file. An individual file can be restored into the same or another database. See the Exporting and Importing Database Dumps section for…
-
Backing Up Data
Backing Up Data Depending on your needs, Panel can perform two types of backup: Hosting account configuration. Such backups have small size and are convenient for reverting Panel in case of configuration problems. Hosting account configuration and websites content. This type of backup requires more disk space and system resources as along with Panel configuration…
-
Adding FTP Accounts
Adding FTP Accounts If you are working on your website together with someone else or host subdomains for other users, you might want to create separate FTP accounts for them. To create an additional FTP account: If you are subscribed to several hosting packages and have access to several webspaces associated with your account, in…
-
How to Create Rewrite Rule for wordpress website in windows hosting
Create Rewrite Rule Open the Web.config file (located in the same directory as the WordPress files). If you do not have a Web.config file in the WordPress directory, create it. Copy and paste the following XML section into the system.webServer element:<rewrite> <rules> <rule name=”Main Rule” stopProcessing=”true”> <match url=”.*” /> <conditions logicalGrouping=”MatchAll”> <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” /> <add…
-
Exporting and Importing Database Dumps in Plesk 12.5
Exporting and Importing Database Dumps A database dump is a file containing a database structure and content. You can use it for backup purposes. In earlier Plesk versions, dumps could be created only using database management tools. Now Plesk offers a quicker way to create database dumps, store them, and deploy previously created dumps on…
-
Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies
To solive this issue you have to install the AjaxControlToolkit on your server http://www.asp.net/ajaxlibrary/download.ashx Server Error in ‘/’ Application. Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Description: An unhandled exception occurred during the execution…
-
How to Configure FileZilla Client
If you’re looking for a way to configure FileZilla, you’re in the right place. Keep on scrolling and learn how to use FileZilla FTP client so you can easily manage your web files. While FileZilla is quite easy to understand, it can be a little bit confusing for beginners. Not to worry — you can…
-
How many simultaneous connections can one MySQL database have?
We allow up to 200 simultaneous connections per MySQL user.