We launched new forums in March 2019—
join us there
.
In a hurry for help with your website?
Get Help Now!
Back to MODX.com
Forums
Docs
Revo Issues
Blog
My Forums
Products
Revo Discussions & Support
Revolution 2.3
Search
Answered
child and parent url change
295 Posts
comp_nerd26
Reply #1,
11 years, 9 months ago
my current site has pages (containers) which have child pages in. at default when I access the child pages it seems to append the parent URL in the address bar. so for example:
http://www.domain.com/parent-page/child-page.html
shows the child page content.
What im trying to do is change that so that the child pages do not append the parent pages. so for example it should be:
http://www.domain.com/child-page.html
does anybody know how this can be done?
This question has been answered by comp_nerd26.
See the first response.
discuss.answer
295 Posts
comp_nerd26
Reply #2,
11 years, 9 months ago
hi
ok ive found what I need to do. In the system settings -> Friendly URL's search for a key called use_alias_path Change this to 'No'.
This turns off Child Url's appending to parent folders.
this is now resolved. hope this helps somebody else out