How do I install and configure an SSL certificate for my domain?
To enable https:// URLs, install an SSL certificate. Follow these steps:Add SSL Certificate: Go to SSL Certificates (https://us.cloudlogin.co/ssl/), click Add SSL Certificate, and…
Shared hosting | Seme-dedicated | Free resellers
To enable https:// URLs, install an SSL certificate. Follow these steps:Add SSL Certificate: Go to SSL Certificates (https://us.cloudlogin.co/ssl/), click Add SSL Certificate, and…
Let’s Encrypt SSL installation may fail due to DNS misconfiguration. Resolve with these steps:Check Hosted Status: Ensure the domain is set as Hosted in My Domains > Hosted Dom…
Exceeding storage limits violates our Terms of Service. Address as follows:Violation Details: Accounts cannot be used solely for remote storage or sharing unarchived media files (…
To streamline communication and avoid confusion, please refer to your existing ticket (Case ID: [Insert Case ID]) for this issue, accessible via the Help Center > My Tickets me…
To report a technical issue, please open a support ticket through your account’s control panel. Navigate to the Help Center > My Tickets tab, and provide detailed information a…
Your request requires additional details for us to assist you effectively. Could you please provide specifics, such as the exact error message, your current configuration, or the …
To test a website with a temporary subdomain, follow these steps:Create Subdomain: In My Domains > Hosted Domains, select "Create a Subdomain," enter a name (e.g., somename.uk.…
For custom server configurations, a VPS may be necessary. Here’s what to do:Consider VPS: Purchase a VPS with full root access at https://us.cloudlogin.co/orders/new-plan/.Note: V…
The issue is due to an index.html file taking precedence over index.php. To change the default index order, create or edit a .htaccess file with: DirectoryIndex index.php index.ht…
You can add the following headers to your .htaccess file: Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Origin "https://neededurl" Adjust the domain a…
Add this to your root .htaccess file: RewriteEngine on RewriteRule ^(.*)$ http://www.newdomain.com/ [R=301,L] This will redirect all requests to your new domain. Looking forward t…
Use Advanced > URL Redirection in your control panel: https://us.cloudlogin.co/advanced/url-redirection/ Click "Add a Redirection" and select the domain. Enter your destination…