These pages don't really exist as actual pages in the CMS, they're dynamic Urls. What I want to happen is that if Umbraco detects this form of Url to use a certain document type/template to display the information keeping the Url as shown above. Is this possible? And how do I do it?
I've used Umbraco a few times but haven't really tried this before. Also, I don't actually know what this is called - you see it on numerous websites so it must have a name - so I don't know the term to actually Google. If someone could tell me that too it'd be much appreciated!
depending on how many you need to map you could use the urlrewriting configuration [http://our.umbraco.org/wiki/recommendations/recommended-reading-for-web-developers/urlrewriting-html-to-aspx]
or alternatively you could create your own 404 not found handler to process. [http://our.umbraco.org/wiki/how-tos/how-to-implement-your-own-404-handler]
Multiple Urls, single document template
Hi,
I have a number of different companies, all selling different products. The Url for these looks something like
www.example.com/company-name/product-name?productId=1234
These pages don't really exist as actual pages in the CMS, they're dynamic Urls. What I want to happen is that if Umbraco detects this form of Url to use a certain document type/template to display the information keeping the Url as shown above. Is this possible? And how do I do it?
I've used Umbraco a few times but haven't really tried this before. Also, I don't actually know what this is called - you see it on numerous websites so it must have a name - so I don't know the term to actually Google. If someone could tell me that too it'd be much appreciated!
Cheers
Simon
depending on how many you need to map you could use the urlrewriting configuration [http://our.umbraco.org/wiki/recommendations/recommended-reading-for-web-developers/urlrewriting-html-to-aspx]
or alternatively you could create your own 404 not found handler to process. [http://our.umbraco.org/wiki/how-tos/how-to-implement-your-own-404-handler]
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.