Answer the question
In order to leave comments, you need to log in
How to make redirect in nginx?
Need to make redirects:
Yes
/catalog/search/?q=Stray
Need
/catalog/?search=Stray
Tried
#location /catalog/search/ {
# rewrite \?q=(.*)$ /catalog/?search=$1 last ;
#}
#location /catalog/search/ {
# rewrite ^ /catalog/\?search=$1 last;
#}
#rewrite ^/catalog/search/(.+)$ /catalog/?search=$1 permanent;
Does not work
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question