I have a joomla CMS. I have multiple urls with an unwanted folder name that is directing to the wrong page.
1. domainname.com/recently-updated/category1/page1.html
2. domainname.com/recently-updated/category2/page2.html
3. domainname.com/recently-updated/category3/page3.html
How do I write a command in .htaccess to remove the recently-updated folder so that the links look like these
1. domainname.com/category1/page1.html
2. domainname.com/category2/page2.html
3. domainname.com/category3/page3.html
Thanks in advance.