Answer the question
In order to leave comments, you need to log in
How to redirect uppercase url and trailing slash?
What is the simplest and most efficient redirect solution for this
http://example.com/hello/
http://example.com/HELLO/
http://example.com/HELLO
http://example.com/HeLlo
и тд...
http://example.com/hello
Answer the question
In order to leave comments, you need to log in
Why only on perl or lua - does location
n't it work?
location ~* ^/hello/$ {
return 302 /hello;
}
https://linux-notes.org/rewrite-pravila-dlya-zamen...
The first line in Google works, I personally use it on pearl, it redirects very quickly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question