我已在网站跟目录下新建.htaccess文件。并可通过http://localhost/360yap/operate访问operate控制器(位于application/conrollers下)。
现在controllers下新建子目录admin/admin.php控制器。且在config.php 中设置了$route['admin'] = 'admin/admin';路由规则。
通过:http://localhost/360yap/admin访问报错 404
Not Found
The requested URL /stock/admin was not found on this server.