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 […]
Category: General Queries
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 […]
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, […]
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 […]
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 […]
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 […]
‘Fatal error: Allowed memory size of X bytes exhausted’ – What does this mean?
When building a new website, or adding new themes/plugins/modules in to an existing website, you may come across the following error on your website: Fatal error: Allowed memory size of X bytes exhausted (tried to allocate X bytes) in /home/X/public_html/wp-includes/plugin.php on line XX What this error means is that the plugin (for example) plugin.php requires […]
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 […]
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 […]
I’m getting the error ‘resource limit is reached’ on my website – why?
On our shared hosting servers, we have a component in place that will limit resource usage on an account to prevent it from using up all the resources on the server, as this would affect the overall server performance and have a direct negative effect on all other users in the same server. An account […]