How to write htaccess rule to redirect all the url's that contains the sometext word between the slashes
Ex:
https://www.example.com/sometext/
https://www.example.com/sometext/name.php
https://www.example.com/sometext/sometext/..
https://www.example.com/sometext/../../name.php
ALL THESE need to redirect to a single page.
Thanks for help in advance.
Just:
Try this then: