How to enable Server Side Includes

To enable Server Side Includes (SSI) on your hosting account, you will need to edit your existing .htaccess file and place the following code in it: AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes You can edit the content of the .htaccess file via your cPanel > File Manager or via FTP. To […]

Read More

Adding another domain/website to your Plesk hosting account

Your LetsHost Plesk (/Windows) hosting account will allow you to host multiple domain names or websites. Please see below instructions for adding a new domain/website to your Plesk hosting account: Log in to your LetsHost client area and click on Services > My Services You will see your products/services listed out here. Click on Active […]

Read More

How to enable Telnet on Windows 7

By default, Windows 7 comes with Telnet disabled. To install the Telnet client by using a command line, please see the following steps: Open a command prompt window. Click Start, type ‘cmd’ in the Start Search box, and then press Enter Type the following command: pkgmgr /iu:”TelnetClient” If the User Account Control dialog box appears, […]

Read More

How do I reset my Plesk control panel password?

Please see the following steps on how to reset your Plesk control panel password. Log in to your LetsHost Client Area and click on Services > My Services You will see your products/services listed out here. Click on Active beside your hosting package On the left, click on the link ‘Change Password’ Enter your new […]

Read More

How do I reset my cPanel control panel password?

Please see the following steps on how to reset your cPanel control panel password: Log in to your LetsHost Client Area and click on Services > My Services You will see your products/services listed out here. Click on Manage beside your hosting package On the left, click on the link ‘Change Password’ Enter your new […]

Read More

Enabling cURL

The PHP function curl_exec is disabled globally on the server. However, you can enable this for your account by placing the following rule in public_html/php.ini : curl_exec = 1 Then add the following rule (with the correct path) to public_html/.htaccess (if it is not already there) : # enable subdirectory inheritance of custom php settings […]

Read More

How do I set up Cloudflare on my website?

Cloudflare is a service that acts as a proxy between your website visitors and your hosting account. With Cloudflare, you can help protect your website against malicious traffic, save bandwidth and reduce average page load times. This service is included for free with your LetsHost hosting account. Please see the following steps on how to […]

Read More

How can I set up my own holding page?

While you are working to build your new website, it is often desirable to put up a holding or parking page with some contact information. This way, your customers/visitors can in touch with you before your new website is reach to launch. To create a holding/landing page for your website, you will first need to […]

Read More