我在p:dataTable
.htaccess
第一个RewriteEngine On
Options +MultiViews +FollowSymLinks
RewriteRule ^([a-zA-Z0-9-_]+)$ index.php?menu=$1 [L]
RewriteRule ^([a-zA-Z0-9-_]+)$ index.php?sub=$1 [NC]
已执行
但是第二个RewriteRule
没有执行。
如何使用不同的查询字符串执行RewriteRule
相同的页面,如上例所示?