Hi!
I have this content type that on localhost is called when i request /projecten and on my server is called when i request /projects.
projects:
name: Projecten
singular_name: Project
I would assume this would be the same everywhere. Is the routing based on the name or on the 'upper' name?
~ Dorien