我的知识记录

内页无法访问:伪静态排查方案

故障诊断流程 基础检查 nginx # 测试伪静态规则 location / { try_files $uri $uri/ /index.php?$query_string; } 排查步骤 排查方向 检查方法 修复方案