小弟是新手一枚,最近刚下了thinkphp3.2.3。 然后跟着官网的快速入门教程学到了第2节CURD,跟着教程创建了add模板,把form的action属性设置为“__URL__/insert”,然后创建了相应的控制器类FormController.class.php,并添加了相应的insert方法。但是为什么在打开的表单里点了提交之后会跳转到404页面,提示错误是The requested URL /ThinkPHP/Application/Home/View/Form/__URL__/insert was not found on this server.
我的文件目录是这样的: