You give very limited information here.. let my try to clarify:
- You are trying to rewrite node/%/details to product/node-title/details.
- The view has been created using the path node/%/details.
- Your nodes of content type product are auto-aliased (using pathauto module) to product/[title-raw].
Does this match your goals and configuration?
I didnt use pathauto to generate my aliases (I used nodeimport to import my nodes and I included the alias there product/[SKU]). Then initially I created a view with path product/%/details and found that it didnt show (product/[SKU]/details), then I tried node/%/details and found it to be working (but only at node/[Nid]/details).
Now I deleted my current aliases and recreated them with pathauto and it works perfectly. Thanks for the help!
Comments
Comment #1
smk-ka commentedYou give very limited information here.. let my try to clarify:
- You are trying to rewrite
node/%/detailstoproduct/node-title/details.- The view has been created using the path
node/%/details.- Your nodes of content type product are auto-aliased (using pathauto module) to
product/[title-raw].Does this match your goals and configuration?
Comment #2
smk-ka commentedComment #3
dawick commentedI didnt use pathauto to generate my aliases (I used nodeimport to import my nodes and I included the alias there product/[SKU]). Then initially I created a view with path product/%/details and found that it didnt show (product/[SKU]/details), then I tried node/%/details and found it to be working (but only at node/[Nid]/details).
Now I deleted my current aliases and recreated them with pathauto and it works perfectly. Thanks for the help!