Thomas Mayer
Thomas Mayer
I could reproduce this issue (against RealUrl 2.1.9/TYPO3 7.6.16) with a minimal test case at https://github.com/mblaschke/TYPO3-metaseo/issues/370 The entry for the root page regenerates in an inconsistent manner, even after caches...
What about just storing `/` in case of `page_id` = `rootpage_id` and `L=0`? Not sure how that plays out, but if it does not cause issues, it could be a...
Now that RealUrl is more or less a blackbox for me, I assume that RealUrl does not remove the `absRefPrefix` either for root pages in general or in case the...
The line in question: https://github.com/webdevops/TYPO3-metaseo/blob/3a4cfb4f3b8968f45c6a6897977fb40fe5035518/Classes/Utility/GeneralUtility.php#L456 The feature was introduced ~3 years ago and never changed since 9ca1c763af8eaa1139149f4c05e8629a578cd2ba. MetaSEO's setup.txt suggests the following format (_with_ `/` at the end): `/typo3/ `...
As soon as we use singleton services instead of utility classes we should refactor patterns like ``` public static function getXYZ() { static $cache = null; if ($cache === null)...
Have you tried `plugin.metaseo.metaTags.canonicalUrl.fallbackProtocol = https`?
Here's how wget sees it: ``` wget http://www.jh-moehringen.de/robots.txt --2017-07-04 16:55:37-- http://www.jh-moehringen.de/robots.txt Auflösen des Hostnamen »www.jh-moehringen.de (www.jh-moehringen.de)«... 46.30.61.6, 2a03:2a00:1200:0:1::3498 Verbindungsaufbau zu www.jh-moehringen.de (www.jh-moehringen.de)|46.30.61.6|:80... verbunden. HTTP-Anforderung gesendet, warte auf Antwort... 307 Temporary...
@derBoogie Well, your config looks nice in principle, just that it's the config for realurl. The code in question should be somewhere around here: https://github.com/dmitryd/typo3-realurl/blob/952499ff5b21965d7eef8751213981054c2e8fc8/Classes/Encoder/UrlEncoder.php#L1066 What should we do about...
Mainly because realurl generates these URLs, not Metaseo. As far as I see, the configuration itself is right. As said, I think this is a bug in realurl, presumably.
@derBoogie Seems as if you filed a new [bug report](https://github.com/dmitryd/typo3-realurl/issues/499) against realurl. Just in case: If the config is somehow wrong and needs to be changed, we can fix that...