【问题标题】:mod_rewrite allow all characters and numbers and lattersmod_rewrite 允许所有字符和数字和字母
【发布时间】:2018-07-15 07:26:47
【问题描述】:

([0-9a-zA-Z/+]+) 目前,我正在使用此规则,我也希望在此规则中允许 +% 怎么做?请帮帮我

【问题讨论】:

    标签: .htaccess mod-rewrite url-rewriting url-rewrite-module


    【解决方案1】:

    您的规则已经允许+,您只需将% 添加到您的正则表达式中。应该是这样的:([0-9a-zA-Z/+%]+)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-11-24
      • 1970-01-01
      相关资源
      最近更新 更多