Hello All,

I am fairly new to Drupal and have a simple question I am trying to find after fails on google.com/searching. I have clean URL's enabled and some of my blog URL's look like this:

http://computerquestionhelp.com/node/5

However, what steps do I need to take to apply letters to these blog pages or words? I would like to be able to do the following.

http://computerquestionhelp.com/questions/networking_winxp_help

I am pretty sure there is a way to change 'node', I can find these instructions myself I am sure. However, is it possible to have the blogs named to words I specific instead of a generated number given by Drupal?

Thank you very much.

Regards,

Comments

vm’s picture

use the path.module which is part of core to create url aliases. you can automate this feature by adding on the contrib module called pathauto.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

abelleba’s picture

thank you