Hi every body!

I've just instal the module pathauto with the module token in my drupal and i'v been enable it in administer->module, now i don't know what should i do and ho to use this!
So All of your advice are welcome!

Thanks!

Niaina

Comments

bascostbudde’s picture

pathauto is an answer, when the question was: I want to make my urls look nicer than
node/375
node/227

Depending on what modules you have installed, there may be a variety of routes enabled for customizing. See under admin/settings/pathauto

greggles’s picture

Note that for 6.x the settings have moved to admin/build/path/pathauto. This is a more "intuitive" location, hopefully.

To the original question, there is a readme which your download should include and also a whole section of pages in the handbook: http://drupal.org/handbook/modules/pathauto

--
Open Prediction Markets | Drupal Dashboard | Learn more about Drupal - buy a Drupal Book

zeal’s picture

The Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of /node/123. The aliases are based upon a "pattern" system which the administrator can control.

You can read more about pathauto from this link Pathauto module

You can set patterns as you want using tokens given in the configuration.
Go to configuration this way admin/settings/pathauto.

:)
Zeal