Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi.
I have a problem with page URLs.
I created a main page with name Home in my project and a sub page with name Customers and Customer page's sub page name is Feedback.
When I clicked on Link to document in page properties tab, URL is:
"Domain/customers/feedback/" and it show feedback page correctly. Please see this image:
But when I clicked on the Website to see Feedback page, URL is:
"Domain/home/customers/feedback/" and it doesn't show Feedback page. Please see this image:
I want to see the content of page in full URL like "Domain/home/customers/feedback/".
What is this problem? What can i do for solve it?
With thanks.
Hi Hassan,
So if I understand your question correctly then you want the url to include the top level domain in the Url.
If so go to the web.config file and search for the key
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
Change the value to false, and the recycle the application pool.
Hope this helps,
/Dennis
Hi Dennis,
It works correctly. Thanks for your reply.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Correct URL to show page's content
Hi.
I have a problem with page URLs.
I created a main page with name Home in my project and a sub page with name Customers and Customer page's sub page name is Feedback.
When I clicked on Link to document in page properties tab, URL is:
"Domain/customers/feedback/" and it show feedback page correctly. Please see this image:
But when I clicked on the Website to see Feedback page, URL is:
"Domain/home/customers/feedback/" and it doesn't show Feedback page. Please see this image:
I want to see the content of page in full URL like "Domain/home/customers/feedback/".
What is this problem? What can i do for solve it?
With thanks.
Hi Hassan,
So if I understand your question correctly then you want the url to include the top level domain in the Url.
If so go to the web.config file and search for the key
Change the value to false, and the recycle the application pool.
Hope this helps,
/Dennis
Hi Dennis,
It works correctly. Thanks for your reply.
is working on a reply...