codeigniter translate_uri_dashes不起作用

时间:2017-05-17 21:18:32

标签: php url-rewriting codeigniter-3

我自己无法解决这个问题......

CI 3中的

,route.php:

$route['translate_uri_dashes'] = true;
$route['why-croatia'] = 'why_croatia';

在我的本地WAMP上一切正常,但在转移到生产服务器之后,例如返回包含404中的破折号(why-croatia)的页面,其中找不到404页面。

In CI log it says:
DEBUG - 2017-05-17 23:01:50 --> UTF-8 Support Enabled
DEBUG - 2017-05-17 23:01:50 --> Global POST, GET and COOKIE data sanitized
ERROR - 2017-05-17 23:01:50 --> 404 Page Not Found: Why_croatia/index

为什么大字母W?

与nginx在其他服务器上的相同问题?!!我哪里错了?

0 个答案:

没有答案