1
0

phpwind.conf 111 B

12
  1. rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
  2. rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;