本來以為搬家告一段落,結果仔細一看才發現除了首頁的其他頁面都跑出 404 error 了
這個問題來自 nginx 的設定檔
首先要再去把 nginx.conf 這個檔案打開來,
然後去找
Server裡面的
location / {
try_files $uri $uri/ /index.php?q=$uri&$args; #加上這行
}
# Add trailing slash to */wp-admin requests.
rewrite /wp-admin$ $scheme://$host$uri/ permanent; #再加上這行
存檔之後 nginx -s reload 平滑重啟 打完收工。
沒有留言:
張貼留言