-
Type:
Feature Request
-
Status: Pending Further Research
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SEO Tools > URL Redirections
-
Labels:None
Currently you can define redirects to map from /A to /B
However in the real world things are much more complex.
E.g. a public site is promoted on social media and includes some parameters like
http://liferay.com/dxpc?utm_source=google&utm_medium=banner
Now it must be redirected to
http://liferay.com/lxc?utm_source=google&utm_medium=banner
Currently this doesn't seem to be possible.
You could opt for several options to include this kind of functionality in the redirect module
- a toggle to 'preserve params'
- regular expression support so you can define finegrained what you want to preserve and how you want to replace certain parts
- .. something else..