By oziumjinx on
We have clean URLs enabled. We just created a page which is now located at /node/2
I'd like to change the URL of this page to read /about
Where can I make these changes? Also, is there a way I can set the URL for each page we create?
Thanks,
-V
Comments
Path module is needed
you have to enable the path module (a core module that comes with drupal).
then on the page you created go to URL path settings.
you can also use pathauto (http://drupal.org/node/17345) to automatically create readable paths
----------------------
okay.cool