[TYPO3-dev] realurl: new domain causes wrong link generation
Martin Kutschker
masi-no at spam-typo3.org
Wed Jan 14 21:44:02 CET 2009
Dmitry Dulepov schrieb:
> Hi!
>
> Steffen Gebert wrote:
>> Imagine, site www.example.org/oberfranken got it's own domain www.oberfranken-xyz.de. Of course there are many requests to URLs coming from search engines to www.example.org/oberfranken/. This is no problem as long as the pages/links are already cached. But if the cache was empty then links are generated wrong (www.oberfranken-xyz.de/oberfranken/...) which always results in "path segment not found".
>
> If I understand correctly, old url is http://www.example.org/oberfranken/ and it must become http://www.oberfranken-xyz.de/, right? So you have something like this in the page tree:
>
> Globe
> |- www.example.org (domain record & rootpage_id)
> |- Oberfranken
>
> Is this correct?
>
> Now you want something like this:
>
> Globe
> |- www.example.org
> |- Oberfranken (domain record here & rootpage_id)
>From his description I take it that the domains are now nested:
Globe
|- www.example.org (domain record here & rootpage_id)
|- oberfranken-xyz.de (domain record here & rootpage_id)
|- City-Without-Domain-Yet
Masi
More information about the TYPO3-dev
mailing list