For every taxonomy term I can access a page (I am not using the Views module) showing all contents that are tagged with the specific term by using the a path like this: http://www.example.com/taxonomy/term/1.
Now, I wonder if I could do the same with content-types (e.g. for showing all contents of content type article), using a URL such as http://www.example.com/content/type/1.
I’m assuming Views 3. You could create a View and supply a contextual filter in the URL to dynamically display all nodes of that content type.
Add “Content: Type” as a contextual filter. Under “When The Filter Is Not Available” section, select “Provide default value”, and then Raw value from url. For your example, you would select “3” for the path component.
You can set the Path to “/content/type/%” where the % is the name of the content type. I’m not sure if it will work with numeric values, however.