.htaccess、httpd.cof都配置了,为什么还是隐藏不了入口文件?
http://localhost/tp5_10/public/index.php/index/index/index这是我的访问链接
隐藏之后访问
http://localhost/tp5_10/public/index/index/index
出现No input file specified.
http://localhost/tp5_10/public/index.php/index/index/index这是我的访问链接
隐藏之后访问
http://localhost/tp5_10/public/index/index/index
出现No input file specified.
2017-09-06
https://blog.csdn.net/nookl/article/details/80039996 是因为TP5的自带htt文件有问题
举报