Giter Club home page Giter Club logo

Comments (7)

nebrot avatar nebrot commented on July 21, 2024 1

They fixed it in TYPO3 8.6, thank you for your help and this great extension!

from cs_seo.

mhirdes avatar mhirdes commented on July 21, 2024

Hi, you have to use config.absRefPrefix = ####yourProtocoll####://####yourDomain>####/ as it shown in the RealURL doc https://wiki.typo3.org/Realurl/manual . To fix the L=0 you maybe could send me your RealURL config file or we take together a look in your backend.

from cs_seo.

nebrot avatar nebrot commented on July 21, 2024

Thanks for your fast help!

With setting config.absRefPrefix = http://example.com/ sitemap is now correct.
Would it be possible that it will also work only with /? Because we use this in our TYPO3-Dummy for new homepages for our customers. With only / it's compatible to any domain and protocol (http/https) and one less source of error in configuration.
With dd_googlesitemap-extension it works with only / too.

The domain record is only for google preview or? Then we would skip this step.

I truncated realurl-tables and now it's working, thank you anyway :-)

from cs_seo.

mhirdes avatar mhirdes commented on July 21, 2024

Hi, I tested this behaviour now. If I set

config.absRefPrefix = /
config.baseURL >

and delete the realURL cache everything looks ok. Also without any domain record.

from cs_seo.

mhirdes avatar mhirdes commented on July 21, 2024

I can only offer you to check your TYPO3 together via TeamViewer or you give me a backend account. If you want to, let me know per mail [email protected]. Until then I will close this issue.

from cs_seo.

mhirdes avatar mhirdes commented on July 21, 2024

Found the bug. It is core related in TYPO3 8.5.

I use the uri.page viewhelper and say absolute:1.
In sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php there is an if statement if($absolute===true) but here (absolute===1) and so it fails. But I can't set inline in fluid an variable to true.

https://forge.typo3.org/issues/79375

It should be fixed in TYPO3 8.6.

from cs_seo.

nebrot avatar nebrot commented on July 21, 2024

Thanks for your help! I'll try TYPO3 8.6 after release next week and let you know if it's working.

from cs_seo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.