Category: help
-
How to Configure WordPress to Use SMTP For Sending Emails
Learn how to configure your WordPress to send messages via SMTP By default, WordPress uses the PHP Mail function to send its emails. However it is better to use SMTP as it handles sending messages better and you can also use it to send emails from a third party mailing service. To begin, first you…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
Create an Email Accounts
Adding Mail Accounts To create an e-mail address: To remove an e-mail address:
-
Creating Database User Accounts
Creating Database User Accounts If you collaborate with other people on managing a website and wish to give them access to the database, you should create separate user accounts for them. To create a database user account: If you are subscribed to several hosting packages and have access to several webspaces associated with your account,…