URL patterns special chars
Categories
Component ID
2863078
Component name
URL patterns special chars
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
158
Component created
Component changed
Component body
Just enable the module and you'll get the following behaviour.
When setting URL aliases (Configuration > Search and Metadata > URL Aliases), you can specify replacement patterns like: url?key=[term].
This is usually URL encoded (ie: url%3Fkey%3D%5Bterm%5D) and you'll end up either in a 404 page or the parametren will be ignored.
This module will parse the URL and if it finds a potential encoded query string it will try to go to that URL. It will work with any encoded query, not only the ones set up in URL aliases (ie: path%3Ffield%3Dvalue will become path?field=value).
