is there a way to redirect the url ? like this. i have a url example.com. when on the page it's show in internal's url style.(....node/n). when click the url. it's redirect to the example.com. it's good for seo. any tips would be appreciated
is there a way to redirect the url ? like this. i have a url example.com. when on the page it's show in internal's url style.(....node/n). when click the url. it's redirect to the example.com. it's good for seo. any tips would be appreciated
Comments
Comment #1
summit commentedHi,
I have same sort of question. I have url's which are not nodes, but external url's. I would like to show a internal url to the user like "goto/NID". And than it redirects to a external url.
Would this be possible please?
Thanks a lot in advance for your reply.
greetings,
Martijn
Comment #2
jcfiala commentedIt's certainly possible, yes. I would suggest the http://drupal.org/project/path_redirect for the redirecting.
It's really not something that the link module should do, however. Well, it can store the url that people click internally before they get redirected externally, but it already can do that.
Comment #3
summit commentedHi,
I would like to have the redirection in the node-edit form, so:
1) link automatically fills in the internal url, related to the node, maybe "link/NID"
2) underneath this cck field there is the redirect url to which the "link/NID" will jump.
3) possibility to have instead of "link/NID" the ability to show a token, say title token on which the user clicks.
I would like more than one linkfield per node with redirect. Makes this my request more clear?
greetings,
Martijn