I have static site where i manually entered url path and I now want to create folder /blog (where will be blog, of course). So my question is: is possible that I use Pathauto just in blog, so it will create urls like mysite.com/blog/title-of-blog-post and not to use in other pages of site? I'll appreciate your answer.
Comments
Comment #1
gregglesI believe this is described in the pathauto pattern recipe guide or on another page of the handbook near this: http://drupal.org/node/124462
Please post back here if that solves it for you or if you need more information.
Comment #2
gregglesAlso - if you see something missing from the documentation please add it as a comment to those pages so it can easily be integrated into the documentation. I know the documentation isn't perfect so I really appreciate help from other folks to get it better.
Comment #3
tmj2k7 commentedI think I figured it out...using the latest devel snapshot, if you blank the default path pattern for nodetypes, it should work. I left that blank, and only filled in the blog type and it worked like a charm.
Comment #4
gregglessounds good to me. without response I assume this is closed.