Hi!........

I am new in Drupal CMS. I want know that how we can map URL mapping. I just want to know taht the page link come in URL not the node Id.

Comments

cog.rusty’s picture

If you enable the path module (included in the core modules) then you can:
(a) map any node to a different path while editing the node and
(b) edit all these mapping in an "URL aliases" menu.

Additionally, you can install the http://drupal.org/project/pathauto module to create automatic rules for the mappings.

If you want your aliases to be used always, install the http://drupal.org/project/globalredirect module.