skybrud / Skybrud.Umbraco.Redirects

Redirects manager for Umbraco.
https://packages.limbo.works/skybrud.umbraco.redirects/
MIT License
38 stars 41 forks source link

Is it possible for the campaign URL to remain visible in the address field instead of being replaced by the target URL? #202

Closed sto-knowit closed 4 months ago

sto-knowit commented 4 months ago

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

13.0.4

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

13.3.0

Question

Hi there

We are using this redirect package on a clients solution. They have asked if it would somehow be possible to have the url remain in the address field after redirect.

An example: /campaignurl redirects to /this/is/an/example - but instead of having /this/is/an/example in the address field they would like to have the /campaignurl

Is it possible? Can the redirect method somehow be overwritten to do this?

Kind regards

STO

abjerner commented 4 months ago

Hi Sonni

This is not possible, and I don't think there is a straightforward way to accomplish this with the redirects package. Simply put, it's not what it is designed to handle.

You may be able to use ASP.NET Core's build-in rewrite logic instead, but then it wouldn't be a dynamic and not something that the editors can manage themselves.