Some Advanced URL manager testing
Summary: Test 2 worked without 404s while Test 1 Created 404s
ie Currently, you can’t make the CustomModule before your Page/Page folder.
Steps taken:
TEST 1 - Create Custom module first then pages / page folders second
-
Create CustomModule: newzealand
-
Create item in newzealand: auckland
Create item in newzealand: christchurch -
Test URLs load in front end:
/newzealand/auckland - OK
/newzealand/christchurch - OK -
Create Page /newzealand
-
Test URLs load in front end:
/newzealand - Fail (404)
/newzealand/auckland - OK
/newzealand/christchurch - OK -
Delete ‘Page’ /newzealand
-
Create ‘PageFolder’ /newzealand
-
Test URLs load in front end:
/newzealand - Fail (404)
/newzealand/auckland - OK
/newzealand/christchurch - OK
TEST 2 - Create Page Folder first then Custom Module second
-
Create Page folder: /japan
-
Test URL loads in front end: - OK
-
Create Custom Module: /japan
-
Test URL loads in front end: - OK
-
Create item in japan: /tokyo
Create item in japan: /sapporo -
Test all URLs load in front end:
/japan - OK
/japan/tokyo - OK
/japan/sapporo - OK