I’m trying to make dual language site, with the structure of
/page1
/page2
etc. for the main language, and for english similar, but prefixed
/en/page1
/en/page2
But it looks like I can’t have two pages named page1, even though they’re not in the same location, tried here using page name ps:
Getting the error “Page name already used!” … So I must have unique names for each page, even when they’re not in the same directory? (I was hoping to preserve existing paths for the site I’m replacing, so I guess I’d have to put up permanent redirects in .htaccess, if that’s the case)
