diff --git a/public/nginx.htaccess b/public/nginx.htaccess index ad941c9..56203a2 100644 --- a/public/nginx.htaccess +++ b/public/nginx.htaccess @@ -1,3 +1,3 @@ if (!-e $request_filename) { - rewrite ^(.*)$ /index.php?s=/$1 last; + rewrite ^(.*)$ /index.php?s=/$1 last; } \ No newline at end of file