Hello,

I am in the process of upgrading our website from Drupal 6 to 7. I ran a link checker against the Drupal 7 website to catch any errors and I am getting some strange results. Each page seems to have three URLs, two that work (content/node:title and node/node:id) and one that doesn't work. The one that doesn't work follows the pattern of http://www.site.com/node/node-title

Any ideas on how these links are being generated and how I can get rid of them? I have checked my Pathauto settings and everything seems to be okay there. This isn't a problem I have in Drupal 6.

Thanks!

Comments

neha.gangwar’s picture

I have also faced this issue and fixed the same by using Token Tweaks module. for more detail Read here

drupal_lib’s picture

Thanks so much for the suggestion! I will look into it.