emlog4.0伪静态规则nginx

Linux · 2012-04-16

location / {
        index index.php index.html;
        if (!-e $request_filename)
        {
                rewrite ^/(.+)$ /index.php last;
        }
}


备案号:粤ICP备15078260号