I want to redirect URLs like domain.com/stack%20over%20flow to domain.com/stack-over-flow.
I use Nginx, thus, I can't use .htacess based solutions.
How can I achieve this with Nginx?
I want to redirect URLs like domain.com/stack%20over%20flow to domain.com/stack-over-flow.
I use Nginx, thus, I can't use .htacess based solutions.
How can I achieve this with Nginx?