By pushker on
HI!
I want know that How can map in URL. I create a page this link is node..
http://netelements.net/node/1 {This is my Home Page}. So Now I want this link URL is http://netelements.net/Home. Please Guide me?
HI!
I want know that How can map in URL. I create a page this link is node..
http://netelements.net/node/1 {This is my Home Page}. So Now I want this link URL is http://netelements.net/Home. Please Guide me?
Comments
path module in core
The builtin core path module is all you need. If you want those aliases generated automatically, install the pathauto module.
--
Anton