dongyun7897 2014-07-28 20:22
浏览 99
已采纳

.htaccess中的重写规则 - 波斯语的正则表达式

I write a regular expression so that it works when using the term Persian.  I'm using the following code but the following code does not work.

RewriteRule ^test/([0-9]+)/([\u0600-\u06FF]+)/?$ test.php?id=$1&title=$2 [NC,L]
  • 写回答

1条回答 默认 最新

  • douchan6512 2014-07-28 22:08
    关注

    Why not just match for everything? I'm not sure the - character range works the way you're using it:

    RewriteRule ^test/([0-9]+)/(.+?)/?$ test.php?id=$1&title=$2 [NC,L]
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 U-Mamba/nnunetv2固定随机数种子
  • ¥15 vba使用jmail发送邮件正文里面怎么加图片
  • ¥15 vb6.0如何向数据库中添加自动生成的字段数据。
  • ¥20 在easyX库下编写C语言扑克游戏跑的快,能实现简单的人机对战
  • ¥15 svpwm波形异常求解答
  • ¥15 STM32——硬件IIC从机通信代码实现
  • ¥15 微生物组数据分析--微生物代谢物
  • ¥30 求一跃动小子保卫主公Java算法实现
  • ¥15 地图软件开发技术答疑(api, 地点获取,外观样式)
  • ¥20 物理远程控制麦克风使用问题