Category: Cpanel Linux Hosting
-
how to change default page in cpanel
The skeleton directory ( Skeleton Directory: A directory that defines what files and subdirectories new accounts will have by default. When the account is created, the new user’s account will contain an exact copy of the skeleton directory.) exists to let you easily copy the same files into every new account’s public_html and public_ftp directories when the account is created. Keep in mind…
-
Set up Mac mail with IMAP
IMAP is a protocol that keeps all messages and folders on the server. In addition, IMAP idle is an optional feature of the IMAP protocol that pushes all new messages to Outlook as they are received by the mail server. Unlike POP, IMAP offers two-way communication between your SmarterMail mailbox and your email client(s). This…
-
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…
-
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…