twigmac
twigmac

Reputation: 1813

Indexing external URLs served by a different TYPO3 instance

We have a setup in which a part of a TYPO3 website is served by a different TYPO3 instance. The main page is hosted at let's say https://example.com, whereas the the external page is hosted starting at https://example.com/subdir by a different TYPO3 instance. The following diagram hopefully helps to visualize this a bit.

Site root (https://example.com)
├─ Internal page (served by main instance)
│  ├─ Child page
│  └─ Another child page
├─ ...
├─ External page (https://example.com/subdir, served by external TYPO3 instance)
│  ├─ Child page (https://example.com/subdir/child-page)
│  └─ Another child page (https://example.com/subdir/another-child-page)
├─ ...
└─ Internal page (served by main instance)

This is done on the main instance with the help of a literal sub-directory, an .htaccess file therein and a few rewrite rules. Intuitively, I thought the external pages could be indexed with the help of the "Indexing External websites" configuration. But this seemingly doesn't work.

Can this be done or does the "external" URLs have to be served by the same instance as the internal URLs?

Upvotes: 0

Views: 142

Answers (0)

Related Questions