Hı,我的网站主页和某些页面可以正常工作,但是有些页面不能像这样的索引方法,并显示“ 404未找到页面”
class truex extends CI_Controller{
function _remap($param) {
$this->index($param);
}
function index($param){
$area=$this->uri->segment(2);
$region=$this->uri->segment(3);
$this->load->model('Dm');
我的网站由GoDaddy托管