Допустим, у меня есть главная папка на моем сайте с именем «test», которая содержит файл index.php
www.example.com/test/index.php
Как я могу сделать так, чтобы любой URL, содержащий этот путь "www.example.com/test", перенаправлял на "www.example.com/test/index.php" и все еще содержал первый путь запроса
например:
www.example.com/test/User redirects to www.example.com/test/index.php
www.example.com/test/User/2 redirects to www.example.com/test/index.php
www.example.com/test/Account redirects to www.example.com/test/index.php
www.example.com/test/Account/5 redirects to www.example.com/test/index.php