我的接入线是
RewriteRule ^notifications/([a-zA-Z0-9-_]+) notifications.php?type=$1 [NC,L]
RewriteRule ^notifications/([a-zA-Z0-9-_]+)/([a-zA-Z0-9-_]+) notifications.php?type=$1&cat=$2 [NC,L]
即使我提供localhost/notifications/competitive/upsc,也只有第一个重写规则有效
如果我在回显,则将错误作为未定义的索引“cat”抛出。
这个很好用localhost/notifications/competitive/
1条答案
按热度按时间xpcnnkqh1#
尝试使用下面的规则,我们使用“$”符号来表示规则的边界。