This repository was archived by the owner on Aug 8, 2022. It is now read-only.
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
GET-param "type" twice in url robots.txt and sitemap.xml #497
Open
Description
robots.txt and sitemap.xml url generates urls with double get-paramter "type" on my website:
http://www.jh-moehringen.de/robots.txt -> http://www.jh-moehringen.de/index.php?id=3&type=841133&type=841133
http://www.jh-moehringen.de/sitemap.xml ->http://www.jh-moehringen.de/index.php?id=3&type=841132&type=841132
realurl config:
...
'fileName' => array (
'index' => array (
...
'sitemap.xml' => array (
'keyValues' => array (
'type' => 841132,
),
),
'sitemap.txt' => array (
'keyValues' => array (
'type' => 841131,
),
),
'robots.txt' => array (
'keyValues' => array (
'type' => 841133,
),
),
),
),
...
MetaSEO version: 3.0.0
TYPO3 version: 8.7.2
PHP version: 7.1.6
RealUrl version: 2.2.1