Categories
How to redirect all posts in a category using NGINX?
Please tell me how to redirect all posts of a category like site.ru/category/* to a php file
Answer the question
In order to leave comments, you need to log in
server { ... rewrite ^/category/ script.php last; ... }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question