Author: Sathiya
-
How to create Domain Forwarding
Please note that you can follow the below procedure to forward the domain domain1.com to domain2.com 1> Login to your plesk control panel.2> Click on subscriptions.3> Click on open in control panel.4> Click on website and domains5> Click on the domain name at the bottom.6> Click on change hosting and enter the domain name for…
-
IIS shows 500 Internal server error on everything
try check with your asp.net version enable properly in plesk To configure ASP.NET Settings for a site:
-
How to set up a Auto-Reply in Email
Please note that to follow the below procedure to enable the Auto-Reply: 1.Login to the plesk control panel.2.Click on the customer.3.Click on the domain.4.Click on the “Open with control panel”5.Click on the mail tab.6.Click on that mail id7.Click on Auto-Reply.8.Enter your massages in the auto-reply.9.Click on ok.
-
How to move a database to the different database server within Plesk?
How to move a database to the different database server within Plesk on Motherhost Server? Log into Plesk Navigate to the Domains > example.com > Databases: Click on the Copy button under the database that should be moved to another database server Select the desired target database server in the Destination database server field: Specify the same name to the Destination…
-
How to create a customer account for existing domain in plesk
Please note that you need to use the below procedure for creating the customer account for the domains which is already exist in the control panel. 1> Create the customer account.During the creating of this uncheck the subscription option.That is dont create the subscription option.Now you have created only the customer account with out any…
-
Importing Databases
Importing Databases To import an existing database: If you are subscribed to several hosting packages and have access to several webspaces associated with your account, in the Subscription menu at the top of the screen, select the required webspace. Go to the Websites & Domains tab > Databases(in the Advanced Operations group) > Add New Database. Enter a name for the database. We…
-
Permalinks without mod_rewrite for WordPress
“Pretty” permalinks usually require mod_rewrite, and IIS (common on Windows servers) does not support mod_rewrite. (If you are using Apache 2.0.54, on Windows, mod_rewrite may work, provided it is enabled in apache\conf\httpd.conf.) If you are using IIS 7 and have admin rights on your server, you can use Microsoft’s URL Rewrite Module instead. Though not completely compatible with mod_rewrite, it does support WordPress’s…
-
List of SMTP, POP3 and IMAP Server
Default Ports: Server: Authentication: Port: Host Address SMTP Server (Outgoing Messages) Non-Encrypted AUTH 25 (or 587) yourdomain.com Secure (TLS) StartTLS 587 india.windowshostingdns.com Secure (SSL) SSL 465 india.windowshostingdns.com POP3 Server (Incoming Messages) Non-Encrypted AUTH 110 yourdomain.com Secure (SSL) SSL 995 india.windowshostingdns.com MAP Server (Incoming Messages) Non-Encrypted AUTH 143 yourdomain.com Secure (TLS) StartTLS…
-
Restoring Backups
Restoring Backups You can restore data from backup files kept in Panel’s repository on the server, a custom FTP repository, and you can upload a backup file in a ZIP archive (on Windows systems) or tar archive (on Linux systems), and then restore data from it. To restore data from a backup file: Go to the Account tab > Back Up My…
-
What are the limitations for MSSQL?
We allow up to 100 simultaneous connections per MS SQL user. MS SQL Server limits you to 1024 columns per table. The number of tables and of rows per table is only limited to 200 MB. Additionally, each MS SQL database transaction log is limited to 100MB in size.