关于一个URL的问题,请教一下
在config.php配置文件如下 :$config['enable_query_strings'] = TRUE;
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
$config['directory_trigger'] = 'd';
输入这样的网址
http://localhost/index.php/ctest
就出错
请教一下,怎样处理才行?
出错是什么?截图看一下 本帖最后由 ASEN 于 2018-6-30 23:16 编辑
回复管理员,只要是CSS等路径没找到,加个basc_usl解决了,非常感谢管理员的热心帮助,再请教一下,如果把
confing.php下的$config['enable_query_strings'] = TRUE;
提交表单的路径,总是回到首页,请问怎样解决呢?
<form action="<?php echo site_url('ctest/find_test');?>">
原URL=http://localhost/index.php?c=ctest
提交的表单,变成
http://localhost/index.php?scname=
页:
[1]