'bitrix d7 route parameters

I am working on project which is based on BITRIX D7 php framework. We have a need to combine several URLs into one by passing the desired part as a parameter in the route. In Laravel it is able to create route like

Route::get('page/{param}', function ($param) { // action body});

Can I do that with Bitrix D7 framework?



Solution 1:[1]

If you can understand Russian this manuak-link help you

You should config urlrewrite.php in root of project.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shturmavik