html|htm伪静态 无 location ~ \.(html|htm)$ {if ( !-e $request_filename ) { rewrite ^/(.+/)?([a-z-a-z-0-9]+)(_[a-z-a-z-0-9]+)*.(html|htm)$ /$1index.php?module=$2action=$3 last;}}
html | htm 伪静态 location ~ \.(html|htm)$ { if ( !-e $request_filename ) { rewrite ^/(.+/)?([a-z-a-z-0-9]+)(_[a-z-a-z-0-9]+)*.(html|htm)$ /$1index.php?module=$2&action=$3 last; } }