Answer the question
In order to leave comments, you need to log in
Explain why the regular expression does not work?
Here it works correctly
And here it says that the page is not present.rewrite ^/ru/(.*)?$ /$1;
rewrite ^/(ru|es|de|fr|pl|tr|it|nl|pt|ja)/(.*)?$ /$1;
Answer the question
In order to leave comments, you need to log in
Because the numbering has shifted and instead of `$1` you need to write `$2`
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question