摘要:
legend2v2 3、The requested URL /index1 was not found on this server 一、总结 一句话总结: 一般现象:首页能进,其它页不能访问 问题原因:【apache】服务器设置的问题 解决方式:项目的【public】目录的【.htaccess】中 阅读全文
摘要:
legend2v2 2、Target class [Frontend\EntryController] does not exist 一、总结 一句话总结: 【少了这个use语句】,而且路由中的语法也变了 use App\Http\Controllers\Frontend; //首页 //Route 阅读全文