lnmp1.4 环境 typecho 伪静态及后台404配置 - 转自小夜博客
首先找到域名配置文件,一般位于 /usr/local/nginx/conf/vhost/your.com.conf
1.添加伪静态:
打开这个文件,找到 include none.conf 改成 include typecho.conf
2.增加pathinfo功能:
找到 enable-php.conf 改成 enable-php-pathinfo.conf
然后重启Nginx即可生效
sudo service nginx restart
完美支持typecho伪静态。lnmp为军哥lnmp.org版本。
原链接: https://wiki.vpsmm.com/lnmp-typecho/
2022-12-16更新链接: https://www.mpc6.com/coding/54.html
仅供学习之用