php伪静态

date('Y-m-d H:i:s', time());

$arg=htmlspecialchars(urldecode(http_build_query($para)));

location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }

posted @ 2021-07-07 16:45  迷失的  阅读(30)  评论(0)    收藏  举报