How is the Drupal path formulated? If we have a Drupal path like channel/1 or like subchannel/2/1, are channel and subchannel taxonomies? How do we look at these data in the database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As the URLs you used as example are not standard URLs that a Drupal site without third-party module handles by default, the answer depends from the modules you installed in your Drupal site.
For example, there could be a module that handles RSS feeds; the module could return the content of a RSS feed for URLs such as example.com/channel/1 and the partial content of a RSS feed with URLs similar to example.com/subchannel/2/1.
Actually you could have created a path alias that points example.com/channel/1 to example.com/taxonomy/term/1, but for Drupal there isn’t an automatic association between example.com/channel/1 and example.com/taxonomy/term/1, or any taxonomy term URL.