Jun 17, 2025 | Email Hosting, Web Hosting
To reduce the inconvenience caused by individual mailbox full, system will send alert emails when the usage of individual mailboxes is 80%, 95%, and 100% full. Users may delete unnecessary emails (and empty the trash) in IMAP or Webmail to free up space, or upgrade to...
Jun 12, 2025 | Web Hosting
Goto Horde: Log in to Horde and click on Address Book. Click on Import/Export from the sidebar. Under Export Address Book, click Export to download a .csv file. Goto Roundcube: Log in to RoundCube Click “Contacts” on the left-hand menu. Select...
Feb 13, 2020 | Web Application, Web Hosting
In some circumstance, we would like to delete cookies for particular site inside Google Chrome (If we delete ALL cache/cookies, it will affect other site operation (e.g. auto login session) ) Inside Google Chrome, goto “Settings” Search – “site...
Mar 26, 2019 | Web Application, Web Hosting
If user installed SSL, and wants the entire website redirect from HTTP to HTTPS, users can add the following to .htaccess. (Before modifying, if there is an existing .htaccess file, remember to backup first) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*)...
Sep 7, 2018 | PHP/MySQL Database, Web Hosting
In some circumstance, customer PHP website may use PHPMailer to send email Below is a basic PHPMailer configuration example for your reference – (You need to adjust Host, Username, Password , and your email content) <?php # # Based on PHPMailer v6.0.5 # ref.:...
Jun 9, 2017 | Web Hosting
In some circumstance, customer may update the website. Customer’s original website may be (e.g.) at /shop/ Customer’s new website may be (e.g.) at /shop2/ Then, after the new website (e.g.) /shop2/ launch, it’d better to redirect existing traffic...