Hi @RASKOLNIKOOV
We don't have a proxy items concept, however, if you play around with url routing/rewriting, you can make those url-s work even without having C1 pages behind them.
F.e. you can have the following structure
website1
You can check Composite.Core.WebClient.HttpModules.AdministrativeResponseFilterHttpModule class as an example how to use response filters.
We don't have a proxy items concept, however, if you play around with url routing/rewriting, you can make those url-s work even without having C1 pages behind them.
F.e. you can have the following structure
website1
-
page1
- page1
-
page2
- CommonPage1
-
CommonPage2
You can check Composite.Core.WebClient.HttpModules.AdministrativeResponseFilterHttpModule class as an example how to use response filters.