REF:
程式心得筆記 工程屍的日子 | Mr. 一顆痣 a.k.a. bigd
記錄寫程式的一些筆記跟心得
提案合作請來信洽談 bigdstut@gmail.com
星期三, 11月 13, 2024
星期五, 10月 18, 2024
修復 Google Chrome 中的「ERR SSL VERSION OR CIPHER MISMATCH」
如果你設定完cf遇到ERR SSL VERSION OR CIPHER MISMATCH,
可以照以下的步驟重新啟用通用 SSL
SSL/TLS->邊緣憑證->停用通用 SSL->再啟用通用 SSL
REF:
https://community.cloudflare.com/t/google-chrome-err-ssl-version-or-cipher-mismatch/399397
星期日, 10月 06, 2024
[WP Hook: template_redirect ] 404新增hook來判斷異常的社群短連結
最近發現客戶的GSC有異常的404連結來自FB非常舊的貼文,
發現原始連結被裁短造成的,解法可以簡單再Hook 404事件來處理轉址!!
add_action('template_redirect', 'custom_404_redirect_based_on_url');
星期二, 9月 17, 2024
[Rankmath] sitemap異常處理: XML declaration allowed only at the start of the document
This page contains the following errors:
error on line 3 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
依ChatGPT給的建議,一下子就找到問題!!
結果是自已的主題functions.php,結尾多點了二行XD
星期三, 8月 14, 2024
[WPML] 複製多語系樣式按鈕被disable的解法
wpml很多混亂的動線。問chatgpt找到的答案:d
重設翻譯工作:
- 如果以上步驟無效,你可以考慮進入「WPML」>「Translation Management」下的「Jobs」頁面,手動刪除或取消該翻譯工作,然後重新開始翻譯。
訂閱:
文章 (Atom)