I need to redirect any requests to mysite.com/promotion/* pages to just mysite.com/*, so a few examples would be:
- mysite.com/promotion/some/page.html would redirect to mysite.com/some/page.html
- mysite.com/promotion/another-page.html would redirect to mysite.com/another-page.html
How can this be done with .htaccess?