How can I enable clean url section in Drupal 6?
I want my url section like this: www.domainname/category/page title or url/article number/, what should I do in drupal 6 to enable this thing?
enable clean urls: http://YOURSITE/admin/settings/clean-urls
Install path module, after this you can manually give to your nodes manual paths.
For automating this process you need to install pathauto module (it will require token module).
Setup correctly after installing pathauto module in http://YOURSITE/admin/build/path/pathauto
p.s. Visting #drupal-support irc channer at irc.freenode.net will give to your more faster answers…
January 18th, 2010 at 12:57 am
enable clean urls: http://YOURSITE/admin/settings/clean-urls
Install path module, after this you can manually give to your nodes manual paths.
For automating this process you need to install pathauto module (it will require token module).
Setup correctly after installing pathauto module in http://YOURSITE/admin/build/path/pathauto
p.s. Visting #drupal-support irc channer at irc.freenode.net will give to your more faster answers…
References :