2013-04-23, 01:16:24
(This post was last modified: 2013-05-01, 18:47:56 by rjenkins1984.)
I need to have parent-child relationships between pages but don't want to have parent pages' slugs included in child page's URLs. For example;
becomes:
I can't find it in general or page-specific settings and I don't know how mod-rewrite could solve this. To make matters worse I'm using IIS!
Does anyone know how I could achieve this?
Code:
http://domain.com/parent-page/child-page/
becomes:
Code:
http://domain.com/child-page/
I can't find it in general or page-specific settings and I don't know how mod-rewrite could solve this. To make matters worse I'm using IIS!
Does anyone know how I could achieve this?