摘要: location / { index index.html index.htm index.php admin.php; #访问路径的文件不存在则重写URL转交给ThinkPHP处理 if (!-e $request_filename) { rewrite ^/index.php(.*)$ /ind 阅读全文
posted @ 2020-07-12 10:03 文浩SIr 阅读(146) 评论(0) 推荐(0) 编辑