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.
If custom subdirectory is configured with config.absRefPrefix, fullUrl returns wrong absolute uri #354
Open
Description
If config.absRefPrefix is used, fullUrl returns wrong absolute uri
Reported by @Teddytrombone via PR #353 :
Example:
config.absRefPrefix = /test/
results in http://example.com/test/test/page/
instead of http://example.com/test/page
PR #353 should work with sites which use config.absRefPrefix
as well as config.baseUrl
MetaSEO version: 2.0.3
TYPO3 version: 7.6.15
@Teddytrombone Thanks for catching and patching this. I have some questions:
- Which versions are you using?
- Which is the URL of your root page (e.g.
http://www.example.com/test/
)?