it's been a popular request, we as far as i searched it in google.

the feature calls for the name "node" to be changeable to any other unique name like "online", "index", or any other title in the administrative section>site configuration.

Comments

Crell’s picture

Version: 5.x-dev » 6.x-dev
Priority: Normal » Minor
Status: Active » Closed (works as designed)

Feature requests go against Drupal 6.

What do you mean "name node"? Do you mean in the path? The "/node/123" part? Making that user configurable would mean that every single place in the code where the system outputs a node URL it would have to make a call to a variable. There's a lot of them. That would be very bad for performance.

If you want to use something else there, install pathauto.module and setup an auto-alias for nodes of "index/$nid". That way your users see just index/123, but internally the code keeps working just fine.