How do I set up Google Apps mail for my domain?
To set up Google Apps mail, configure MX records as follows:Edit MX Records: In My Domains > DNS Records (https://us.cloudlogin.co/dns/records/), replace mx1.supremebox.com wit…
Shared hosting | Seme-dedicated | Free resellers
To set up Google Apps mail, configure MX records as follows:Edit MX Records: In My Domains > DNS Records (https://us.cloudlogin.co/dns/records/), replace mx1.supremebox.com wit…
Steps to migrate your hosting between accounts: Do not add the domain to the new account yet. Backup site files via FTP or File Manager and databases via MySQL tools from the old …
To manually install Joomla, follow these steps:Download Joomla: Get the package from http://www.joomla.org/download.html.Upload Files: Unpack and upload files via FTP to the desir…
High CPU usage is due to excessive traffic or database queries. Optimize Joomla with these steps:Check Stats: Review CPU Stats (https://uk.cloudlogin.co/statistics/load-stats/) an…
We tested FrontPage Extensions on your subdomain using: domain.com/_vti_bin/shtml.exe domain.com/_vti_bin/_vti_aut/author.exe The expected error messages were correctly returned, …
To store access and error logs daily, create scripts and cron jobs as follows:Access Logs: Create "access-logging.sh" in /www/ with:#!/bin/bash DATE=`date +%d%b%Y` mkdir /home/www…
To update a mailing list configuration, follow these steps:Retrieve Configuration: Use the command config [listname] [password] (e.g., config bulletin@boliviamotorcycleadventures.…
To restore a MySQL database backup, follow these steps:Access phpMyAdmin: Go to MySQL Databases (https://us.cloudlogin.co/mysql/) and click the phpMyAdmin icon.Import Backup: Sele…
Slow server connections may occur due to various factors. Consider the following:Server Status: All servers have 1Gbps connectivity with no limits per connection/IP. Temporary slo…
To diagnose connectivity issues, please perform a traceroute from your computer to your domain and share the results, along with your IP address, as a comment in this ticket. Inst…
To connect Node.js to MySQL, use this configuration:var connection = mysql.createConnection({ host: 'localhost', user: '[username]', password: '[password]', database: '[database]'…
There are no server-side limitations affecting your site's load speed. Performance typically depends on: Your Internet connection quality The complexity and optimization of your w…