Nice to use Domain path redirect in my project and its working like charm however i am missing redirect based on node alias instead of node/nodeid.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | redirect_with_url_alias-domain_path_redirect.patch | 991 bytes | yonas.legesse |
| #3 | domain_path_redirect-node_alias_support-3025088.patch | 1.13 KB | arulraj |
Comments
Comment #2
arulraj commentedComment #3
arulraj commentedI've added a patch that should fix this issue.
Comment #4
arulraj commentedComment #5
anruetherComment #6
yonas.legesse commentedPatch #3 works well. However, i've updated the code to account for Drupal standards as path_alias.manager service is already available in the class. I've also updated the logic as the getAliasByPath method returns the original path element by default if an alias doesn't exist.
Comment #7
yonas.legesse commentedComment #8
webflo commentedI would like to keep the features and behavior similar to the redirect module. Can you check it in redirect module (without domain_path_redirect enabled).
Comment #9
damienmckenna