登入

筆記

robots.txt: 一個一直被忽略的SEO問題

After constructing two sites with Next.js last month and noticing poor Google indexation, the issue was identified as a missing robots.txt file. To address this, a robots.txt with rules to allow all user-agents, enablecontent access to allow all user-agents, enable access to allow excluding the 'private' directory, and link a sitemap was added to the Next.js app directory. This resolved the indexing issue, underscoring the importance of robots.txt for site visibility.

WordPress SEO:如何動態修改meta title?

meta title,也就是頁面的head標籤中的title標籤的內容,對於SEO是很重要的。有時候,我們需要[…]

2024 SEO 趨勢:AI時代的SEO怎麼做?

一、2024年Google SEO排名要素佔比圖原文:https://firstpagesage.com/s […]

Google Gemini API開發指南:如何將Google Gemini整合到你的網站和專案中?

上個月,Google發布了Gemini。緊跟在後,我基於Google Gemini開發了AI SEO——自動和[…]

如何解決連接gethub的問題:Failed to connect to github.com port 443

問題最近幾天一直有這個問題: Failed to connect to github.com port 44 […]

如何用AI SEO WordPress Plugin快速取得大量流量?

雖然AI SEO WordPress外掛是為了自動化完成許多SEO的工作,而不是為了大量獲取排名和流量而設計的[…]

如何申請使用百度文心大模型?

我的AI SEO WordPress外掛今天發布了一個CN版。 AI SEO CN WordPress外掛訂閱[…]

The plugin generated 2 characters of unexpected output during activation.

自己開發的插件,啟動時出現以下錯誤: The plugin generated 2 characters of […]

AI SEO: 我開發的基於Google Gemini的WordPress SEO插件

WordPress 外掛程式AI SEO AI SEO:自動化和大量產生對搜尋引擎友善的文章。 2023年12月[…]

時間:2023/12/09

wordpress 遷移與升級:解決白頁、404、偽靜態、外掛安裝失敗、外掛程式更新失敗無法存取等問題

這兩天,將我的部落格從進行了遷移,順帶升級到最新的wordpress 6.4.2。中間出現多個問題,都一一解決。

記錄一下。

白頁

卸載了幾個插件,並卸載了自己開發的theme:themoon。才解決了這個問題。

404和偽靜態

新的伺服器是nginx的。需要在配置中增加:

location / { try_files $uri $uri/ /index.php?$args; }

插件安裝失敗,更新也失敗

1.plugins 目錄權限設定為777,順帶把themes目錄權限也設定為777。

2、PHP.ini中啟用PHP函數:chmod

不啟用這個函數,Wordpress就無法安裝和更新外掛程式。

插件更新失敗後導致全站無法訪問

提示:“請等待一分鐘。。”

實際上,就一直這樣了。

需要做的就是FTP登入伺服器,在根目錄下找到.maintenance文件,刪掉,就可以了。

標籤:


copyright © www.lyustu.com all rights reserve.
Theme: TheMoon V3.0. Author:neo yang