Mike
Mike

Reputation: 11

How to change the directory of blog posts in Drupal 6

First time user here: I am wondering how you can change the directory of blog posts from www.yoursite.com/node/... to www.yoursite.com/blog/...?

Upvotes: 1

Views: 255

Answers (1)

dusan
dusan

Reputation: 9273

Use the Pathauto module to define an alias for "blog entry" nodes.

EDIT:

Then go to www.yoursite.com/admin/build/path/pathauto, under "Node path settings", put something like blog/[title-raw] in "Pattern for Blog entry path".

Finally go to www.yoursite.com/admin/content/node, select all your blog entries, and select "Update path alias" under "Update options".

Upvotes: 1

Related Questions