CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 为什么可以同时打开.html和htm的页面
topyss
发表于 2013-7-26 19:34:54
为什么可以同时打开.html和htm的页面
本帖最后由 topyss 于 2013-7-26 19:36 编辑
如题,我在config.php设置了$config['url_suffix'] = '.html'; ,但是奇怪同一个地址html和htm都可以打开???
topyss
发表于 2013-7-26 19:36:39
谁遇到过同样的问题,求解
topyss
发表于 2013-7-26 19:47:11
解决了,RewriteRule ^(.*).html$ /index.php/$1.html 配置文件限制下即可:L
页:
[1]
查看完整版本:
为什么可以同时打开.html和htm的页面