i want to redirect 301 all requests has index.php after example.com to url with no index.php : example.com/index.php/(someroute) --> example.com/(someroute)
i already try below question in stackowerflow but only work for example.com/index.php
Redirect example.com/index.php to example.com using .htaccess
please help for this.