Feature #24926
closedAllow identical page aliases on different domains
0%
Description
I would like to make a notion to adopt the behavior of the extension "ods_multiple_pagealias" into the Typo3 core, since I believe it does something very reasonable:
It allows you to assign a page alias more than once, as long as both pages are in separate parts of the page tree, assigned to different domains.
The extension currently does not work for Typo3 4.3+ and the author is not going to fix it, but I will take a look at it over the next weeks. Any help in this would be greatly appreciated.
Like many others, I do not want to use realurl for a simple website, because there is a straightforward inbuilt option to make Typo3 generate very elegant URLs:
simulateStaticDocuments = 1
simulateStaticDocuments_noTypeIfNoTitle = 1
However, since my installation hosts multiple domains, I run into the issue that I cannot assign the same page alias in a second domain, when it is already in use by another. For common names like "contact" this is very annoying, since my customers don't want to go by a "contact0.html".
The approach of ods_multiple_pagealias does not seem very complicated, so I think integrating it into the core should be worth the effort:
http://typo3.org/extensions/repository/view/ods_multiple_pagealias/current/info/class.tx_multiplepagealias.php/
(issue imported from #M17441)