我想调用codeigniter控制器类函数就像这样.但这不起作用我想从URL中删除index.php
使用index.php这很好用如何从url中删除index.php?
我变了
$config['index_page'] = 'index.php';
Run Code Online (Sandbox Code Playgroud)
至
$config['index_page'] = '';
Run Code Online (Sandbox Code Playgroud)
但它没有奏效