2 月 13, 2020 | 網站程式, 網頁寄存
在某些情況下,我們需要刪除特定網站的 Cookie 記錄 (若使用刪除全部快取,會導致其他網站的 Cookie 記錄都被刪除,即其他網站記錄 (如自動登入) 等自動刪除) 在 Google Chrome 裡,去 “Settings” 搜索 – “site settings” 選擇 “Cookies and site data” 選擇 “See all cookies and site data”...
3 月 26, 2019 | 網站程式, 網頁寄存
如果用戶剛安裝了 SSL, 又想整個網站由 HTTP 轉址至 HTTPS , 用戶可以在 .htaccess 加入以下 (未修改前,如果有 .htaccess 這個檔案,記得備份 backup ) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*)...
9 月 7, 2018 | PHP/MySQL 數據庫, 網頁寄存
有些情況下,客人 PHP 網頁程式會透過 PHPMailer 作發送電郵。 基本 PHPMailer 例子設定如下 – (需要更改 Host, Username, Password , and your email content) <?php # # Based on PHPMailer v6.0.5 # ref.: https://github.com/PHPMailer/PHPMailer # require “PHPMailer/src/PHPMailer.php”;...
8 月 23, 2014 | 網頁寄存, 網頁製作
根據 Google 近日官方網誌,網站有安裝 SSL certificate 可能對 SEO 有所得益。 根據 Google 網誌 We’ve also seen more and more webmasters adopting HTTPS (also known as HTTP over TLS, or Transport Layer Security), on their website, which is encouraging. For these reasons, over the past few months...