伪静态 rewrite ^([^.]*)/html/(.+?).html$ $1/e/action/ShowInfo.php?classid=3&id=$2 last; rewrite ^([^.]*)/html/(.+?).html$ $1/e/action/ShowInfo.php?classid=126&id=$2 last; 2条规则,想伪在一个html目录里,但是现在谁在上面谁能打开,下面就打不开。咋解决呢。 |
伪静态 rewrite ^([^.]*)/html/(.+?).html$ $1/e/action/ShowInfo.php?classid=3&id=$2 last; rewrite ^([^.]*)/html/(.+?).html$ $1/e/action/ShowInfo.php?classid=126&id=$2 last; 2条规则,想伪在一个html目录里,但是现在谁在上面谁能打开,下面就打不开。咋解决呢。 |