- Issue created by @msn5158
- 🇮🇳India abhisekmazumdar India
Interesting idea. If you are open to it, open an MR for this.
Hello,
I have an idea to redirect by checking if the alias storage contains a specified path, such as:
There is an alias path here : /admin/config/search/path
/node/1
to /foo/bar/foo-123-bar
When I enter the URL: /foo/bar/123
/foo/bar
/foo
then redirect to /foo/bar/foo-123-bar
, Because /foo-123-bar
includes them.
It detects whether path aliases contain 123 or foo or bar, If there are multiple aliases path containing 123 or foo or bar, it will redirect to a list page, listing all URLs containing 123 or foo or bar.
Out of whimsical ideas, Thank you!
Active
1.0
Miscellaneous
Interesting idea. If you are open to it, open an MR for this.