请用 ReWriteRule 帮助我...我的问题是我有一个链接,我必须清理甚至成功,但是当我为另一个链接应用相同的 ReWriteRule 时,数据不会显示.. 例如:
链接 1:localhost:8080/domain/index.php?subj=about_us 为此我写了这条规则.. RewriteRule ^(.*).html/?$ index.php?subj=$1 [NC,L]
链接 2:localhost:8080/domain/brands_content.php?brand=about_brand 为此我写了这条规则.. RewriteRule ^(.*).html/?$brands_content.php?brand=$1 [NC,L]
第一个链接规则是完美的,我得到了干净的链接,但是对于第二个链接,规则不起作用,页面加载但没有内容....
等待您的友好回复....