I'm having problems getting Drupal's custom path option to work. I am able to create a custom path and it shows up in the list of URL aliases and actually works when entered by hand in the address bar but the node/ name continues to show up in the browser address bar when linking from the sites menus. Any idea what the issue is? Could it be server configuration as noted here (http://drupal.org/node/15365) or something else I'm missing?

Any help or pointing in the correct direction will be greatly appreciated.

Comments

cog.rusty’s picture

If you have manually entered a "node/nnn" path and not the path alias in a menu, of course it will still show. You may need to edit those menus, or try the http://drupal.org/project/globalredirect module.

focused’s picture

Thanks for the help. Global Redirect Worked!