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