Actions
Bug #102974
closedext:seo: Path to Sitemap.xsl is located in path "/typo3/"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2024-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Like described in [this closed issue](https://forge.typo3.org/issues/90368) the path to the "Sitemap.xsl" in ext:seo points to "/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl".
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?>
Since my "typo3"-directory is not available for the public, this leads to an error.
Tested with TYPO3 v11.5.34
Actions