Nginx: How can I redirect old content to the homepage?
- by Delameko
All my old content (which no longer exists) is in the path mysite.com/2007/*
How can I write a redirect in nginx to redirect any requests to 2007 back to the homepage?
At the moment they just display a 404.
Thanks