.htaccess RewriteRules的问题

Alb*_*rto 5 apache .htaccess mod-rewrite

我有这个.htaccess RewriteRules,但不起作用.

RewriteRule ^(.+)\/(.+)\/$ /index.php?pg=$1&act=$2
Run Code Online (Sandbox Code Playgroud)

这段代码应该做的,是transofrm /somthing/other//index.php?pg=somthing&act=other.

做了一些测试,我发现pgvar也没有通过.

我有另一条这样的线,RewriteRule ^(.+)\/$ /index.php?pg=$1它有效!所以,我不知道为什么第一个没有用!!