M
M
mprog542020-11-30 14:07:34
1C-Bitrix
mprog54, 2020-11-30 14:07:34

How to create a link synonym in Bitrix?

There is a link /personal/orders/, it displays a list of orders. How can I create a link /personal/refunds/ so that when you click on it, a list of orders opens WITHOUT a redirect? In other words, you need to create a synonym (or mirror, symlink) of the first link

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Emelyanov, 2020-11-30
@babarun

There are tons of options:
1. symlink /personal/refunds/index.php -> /personal/orders/index.php
2. copy the content of /personal/orders/index.php and paste it into /personal/refunds/index.php
3 . in file /personal/refunds/index.php just include file /personal/orders/index.php
4. add rule in urlrewrite.php
5. in .htaccess add url processing rule

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question