0

I have node with path 'node/78' and it has alias 'the-island/news'. In 'node/78' path I can add additional args like 'node/78/second/third', but if add in alias 'the-island/news/second/third' it doesn't work. How create such aliases?

apaderno
  • 28,547
  • 16
  • 75
  • 90
Lyubimov Roman
  • 1,269
  • 15
  • 27

1 Answers1

0

Have you tried using Pathauto module? https://www.drupal.org/project/pathauto

Emir Memic
  • 270
  • 1
  • 3
  • 14
  • This paths are made by it. I use module **subpathauto** to solve this problem, but I hoped that this problem can be solved without another big module. – Lyubimov Roman Jun 27 '14 at 17:47