【问题标题】:I want my site to have "case in-sensitive" url我希望我的网站有“不区分大小写”的网址
【发布时间】:2012-11-22 17:32:47
【问题描述】:

如何使网址不区分大小写
www.mysite.com/Boss/ => Works
但是
www.mysite.com/boss/ => not working
www.mysite.com/BOSS/ => not working
www.mysite.com/boSS/ => not working

有没有办法使用 htaccess 或任何其他方式来做到这一点。
服务器在 linux 上运行。
mod_speling 已禁用

【问题讨论】:

标签: linux .htaccess url case-insensitive


【解决方案1】:

您应该启用 mod_speling

CheckSpelling On

Source and reference

【讨论】:

  • 我在共享服务器上,所以我无权访问任何 conf 文件
猜你喜欢
  • 2010-12-03
  • 2021-05-26
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-06-06
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多