By InterceptPoint on
I need to do the following and I assume there must be an easy way.
I have a URL http://www.mywebsite/node/342. Is there and easy way to force this link to point to http://mywebsite/node/455?
I need to do the following and I assume there must be an easy way.
I have a URL http://www.mywebsite/node/342. Is there and easy way to force this link to point to http://mywebsite/node/455?
Comments
rewriterule
You could add a "rewriterule" in your htaccess file. Google it. Or I believe the Rules module will let you do this as well.
Thanks for your input. I
Thanks for your input. I think either one of those methods will do the trick. I'll try out the Rules module first.