I have created 4 pages under content as shown below:
A
- B
- C
- D
Where 'A' is the parent node and consists of links of its child nodes (B,C and D) and B,C and D are its corresponding child nodes. All these 4 pages are XML pages, I have created using Templates. So, the corresponding URL's will be
domainname/A/
domainname/A/B/ etc...
But I wanted something like
domainname/A.xml
domainname/B.xml
Is there a way how could I set the URL's of the pages ending with .xml?
URL redirect
Hi,
I have created 4 pages under content as shown below:
A - B - C - D
Where 'A' is the parent node and consists of links of its child nodes (B,C and D) and B,C and D are its corresponding child nodes. All these 4 pages are XML pages, I have created using Templates. So, the corresponding URL's will be domainname/A/ domainname/A/B/ etc...
But I wanted something like domainname/A.xml domainname/B.xml
Is there a way how could I set the URL's of the pages ending with .xml?
Thanks.
https://our.umbraco.org/Documentation/Implementation/Routing/Pipeline/outbound-pipeline
Any help?
Hi Mike,
Thanks for sharing the link.
Should I set the url's in web.config?
Suppose if the present url is www.domainname.com/A, how could I change it www.domainname.com.A.xml.
Similarly if B is child node of A, its default url is www.domainname.com/A/B and I wanna set it to www.domainname.com/B.xml
Thanks.
Can you explain me how could I proceed, Mike?
thanks
is working on a reply...