我是CI 3中的新手。我想在点击按钮时查看另一个页面。我正在使用Wamp服务器。在我的根文件夹(www)中,我将我的项目命名为sampleproject。
在我的routes.php
$route['default_controller'] = 'user';
控制器文件名称为User.php
public function login_user(){
$this-load-view('welcome_message');
}
在我的视图
中<form action="/user/login_user" method="POST" role="form">
<button class="btn btn-primary btn-block">Login</button>
</form>
当我点击网址中的按钮时,会显示http://localhost/user/login_user
http://localhost/sampleproject - &gt;显示索引,但是当我输入http://localhost/sampleproject/user/login_user - &gt;说未找到请求的URL。
为什么我无法查看其他页面?
答案 0 :(得分:0)
在Classifier forest, adaboost;
中,您应该设置
Classifier forest;
AdaBoostM1 adaboost;
最后,在APPPATH.'config/config.php'
档案中:
$config['base_url'] = 'http://localhost/sampleproject/'