diff --git a/public/nginx.htaccess b/public/nginx.htaccess index 8ad4ba5..7285bff 100644 --- a/public/nginx.htaccess +++ b/public/nginx.htaccess @@ -1,4 +1,5 @@ - location / { + location / { + #1111 if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break;