typecho除了首页其他大部分网页404怎么办?
生活随笔
收集整理的這篇文章主要介紹了
typecho除了首页其他大部分网页404怎么办?
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
server {listen 80;server_name blog.localhost; #綁定域名index index.htm index.html index.php; #默認(rèn)文件root /data/webroot/blog; #網(wǎng)站根目錄location ~ \.php$ {fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;include fastcgi_params;}if (-f $request_filename/index.html){rewrite (.*) $1/index.html break;}if (-f $request_filename/index.php){rewrite (.*) $1/index.php;}if (!-f $request_filename){rewrite (.*) /index.php;}access_log /data/logs/access.log;error_log /data/logs/error.log; } 除了首頁其他大部分網(wǎng)頁404怎么辦?
把紅色的加載nginx配置中就可以了。
轉(zhuǎn)載于:https://www.cnblogs.com/wangkongming/p/4475950.html
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的typecho除了首页其他大部分网页404怎么办?的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: js数组去重的四种方式
- 下一篇: uoj #118. 【UR #8】赴京赶