Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用适用于我的本地测试设置的 htaccess 文件时遇到问题,但在上传到我的生产服务器时却没有,即使我在该服务器上还有其他具有有效 .htaccess 设置的站点。
有什么方法(可能使用自定义 404 页面)可以找出 .htaccess 已重写的 url,以便调试问题?
你有什么问题?
给你一个内部服务器错误或没有执行你的任何规则?
在黑暗中拍摄...如果您的规则不匹配,可能是您的 .htaccess 中有类似的内容
RewriteRule /home/ /index.php?s=1&l=1 [L]
...然后尝试更改
RewriteRule home /index.php?s=1&l=1 [L]
没有前导斜杠“/”