I set somewhere, that all new nodes should be published under 'reports' (domain.com/reports/node) Where can I change this?
where do I set the default node path in drupal
1k Views Asked by jospBln At
2
There are 2 best solutions below
0

The existing answer mentions the excellent module Pathauto here. From the project description:
The Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of /node/123. The aliases are based upon a "pattern" system which the administrator can control.
Pathauto allows for all kinds of control over Drupal paths for sane URLs and better search visibility. In your case defaults could be set for /reports
and special cases could be made for other content or content types.
There are two possible answers. If you asked exactly what you have asked then you have added a path alias to
node
underadmin/build/path
. Or if instead ofnode/1
you seereports/node/1
then you have pathauto installed and you create a strange patternreports/node/[nid]
.Oh and there is a third one, that you have created a View for all nodes. This question requires clarification -- core only has a listing for promoted nodes not all nodes. Do you have Views installed? Do you have pathauto installed? What happens exactly?