审查视图

public/.htaccess 85 字节
王智 authored
1 2 3 4
if (!-e $request_filename) {
   rewrite  ^(.*)$  /index.php?s=/$1  last;
   break;
}