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...
Nov 18, 2014 | DirectAdmin Control Panel, FTP, PHP/MySQL Database, Web Hosting
In order to restore your website with system backup, your website hosting account shall have enough space for – 1. temporary backup file, and 2. extracted public_html Approximately, it shall be double of your current website file size If you are running out of...
Oct 13, 2014 | FTP, PHP/MySQL Database, Web Hosting
If you use Windows Notepad to edit PHP file and save it as Unicode, then you may have probability to encounter PHP errors – “Cannot send session cookie – headers already sent by …” If you use Notepad to edit PHP and save as Unicode Then,...