原来的URL:http://localhost/bbs/index.php/home/index/apps
隐藏入口以后:http://localhost/bbs/home/index/apps
出错:The requested URL bbs/home/index.html/apps was not found on this server.
我先假設你是 thinkphp 3.2.2
home模塊下的index控制器下的app操作
隱藏入口的意思應該是路由的簡化吧?
那就要看你是什麼模式
rewite 有寫好嗎?一般在本机都會忽略到 rewrite
看错誤訊息應該是路由問題啦
文件没有找到,出现这种问题很多哦