WordPress 404 頁 (Wordpress 404 PAGE)


問題描述

WordPress 404 頁 (Wordpress 404 PAGE)

I recently migrated my site to a new domain and a sub dir under that domain. quivinat.com/quv1anTemp/ My Wordpress 404 page is going to an old page seems to be from where my site use to be because it is pulling in the old header. I did a test and I modified the 404.php but it did not have any effect on the 404 landing page.

Not sure what is going on.

Any suggestions.

Try typing in "quivinat.com/quv1antemp/ and you will notice that the header is says HotFoot. This is my old header.

.htaccess file is as follows

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /quv1anTemp/
RewriteRule ^index\.php$ ‑ [L]
RewriteCond %{REQUEST_FILENAME} !‑f
RewriteCond %{REQUEST_FILENAME} !‑d
RewriteRule . /quv1anTemp/index.php
</IfModule>

# END WordPress

‑‑‑‑‑

參考解法

方法 1:

In the dashboard under General > Settings the Wordpress URL and Site Address must be changed to use the new domain.

(by user2069459user2069647)

參考文件

  1. Wordpress 404 PAGE (CC BY‑SA 3.0/4.0)

#http-status-code-404 #wordpress






相關問題

PHP在simplexml print_r上返回頁面錯誤 (PHP returning page error on simplexml print_r)

Apache Camel 和 CXF:多個 cxf:rsServer 標籤 .. 這可能嗎? (Apache Camel and CXF: Mutlitple cxf:rsServer tags .. is this possible?)

Penyiapan situs MSM 5 dengan pengalihan halaman 404 umum (MSM 5 site setup with a common 404 page redirect)

Успадкоўванне кантролера ASP.NET MVC 4 (ASP.NET MVC 4 controller inheritance)

Laravel Put Route Giving 404 錯誤 (Laravel Put Route Giving 404 Error)

WordPress 404 頁 (Wordpress 404 PAGE)

Gửi email tự động khi tải trang (Send Email Automatically On Page Load)

何時顯示“未找到記錄”頁面或返回 HTTP 404? (When to display "Record Not Found" Page or return HTTP 404?)

Breeze.js:處理空結果 (Breeze.js: Handling empty results)

如何從php中製作的404自定義頁面獲取用戶嘗試訪問的鏈接 (How to get the link that the user tried to visit, from a 404 custom page made in php)

Flask 文件上傳失敗並出現 404 錯誤 (Flask File Upload fails with 404 error)

如何在 ASP.NET 頁面中對超鏈接和內容進行變基? (How do you rebase hyperlinks and content in an ASP.NET page?)







留言討論