wang7 发表于 2017-5-23 11:26:46

请问 网页跳转不添加index.php 而是.php 是什么原因

输入地址回车如果配置 include enable-php.conf;
xxx/index.php/yyy显示404   但是跳转正常xxx/index.php/


如果配置 include enable-php-pathinfo.conf;
xxx/index.php/yyy 能正常访问但是跳转时候都变成 xxx/.php/yyy

licess 发表于 2017-5-23 12:48:22

这个应该是程序上问题,你可以右键查看源码看看源码里的连接肯定是.php/xxx 而不是 index.php/xxx
页: [1]
查看完整版本: 请问 网页跳转不添加index.php 而是.php 是什么原因