【发布时间】:2013-09-10 09:38:27
【问题描述】:
我刚刚完全按照Installation Guide 在我的 Linux 系统上安装了 Flexi Auth 插件
当我导航到代码http://localhost/codeigniter/ 时,它正在显示精美的演示页面。但是,当我从顶部菜单中单击“演示”链接时,其显示页面未找到错误
Not Found
The requested URL /auth_lite/demo was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
我需要配置我的routes.php 吗?在安装指南中,它说只能像这样编辑默认控制器$route['default_controller'] = "auth_lite/index";
顺便说一下,我是 CodeIgniter 的新手。如果有人遇到这个问题,请帮助我。
【问题讨论】:
标签: php codeigniter authentication