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/)?
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 ofhttp://example.com/test/pagePR #353 should work with sites which use
config.absRefPrefixas well asconfig.baseUrlMetaSEO version: 2.0.3
TYPO3 version: 7.6.15
@Teddytrombone Thanks for catching and patching this. I have some questions:
http://www.example.com/test/)?