By Jason Parker on
I've enabled clean urls, but I can't seem to get the URLs to not be "/node." I want them to name the page of the website. Anybody know what that module is called?
Thanks!
I've enabled clean urls, but I can't seem to get the URLs to not be "/node." I want them to name the page of the website. Anybody know what that module is called?
Thanks!
Comments
path and pathauto
Path module is part of core and lets you repath individual nodes manually.
Pathauto is a contrib module that lets you create patterns that are applied automatically.
Aha... Pathauto is what I
Aha... Pathauto is what I need. Thanks for your reply.