Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发基于 BITRIX D7 php 框架的项目。我们需要通过将所需部分作为路由中的参数传递来将多个 URL 组合为一个。在 Laravel 中,它能够创建类似的路线
Route::get('page/{param}', function ($param) { // action body});
我可以用 Bitrix D7 框架做到这一点吗?
如果你能理解俄语,这个manuak-link可以帮助你
您应该在项目的根目录中配置 urlrewrite.php。