Answer the question
In order to leave comments, you need to log in
How to specify multiple URLs for a redirect in nginx location?
in the nginx configuration, you need to set up a redirect
from several URLs to 404.php
location =/item/2520048/nabor-dlya-tvorchestva-risuy-svetom-format-a4 {
return 301 /404.php ;
}
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