In my page structure in a TYPO3 project I have a root page and a “home” page. I configured the root page to show the content of “home”. In “home” I have the tt_news frontend plugin LIST with a pagebrowser.
When the user is on / (root page), the pagebrowser-link is like
/4eb0456e49c1a9134638cf8d76b50406/?tx_ttnews%5Bpointer%5D=1
but when the user is on /home/ the pagebrowser-link is
/home/4eb0456e49c1a9134638cf8d76b50406/?tx_ttnews%5Bpointer%5D=1
I need the link on both pages to be with the /home/. Is this possible?
I’m using CoolURI, if that matters…
Thanks!
Set rootpage
/as a shortcut tohome(or reverse) instead duplicating the content, That way links should always point to the/homeeven if accessed via/In very general displaying the same content on many sites is wrong concept and can result with lowering ranks in search engines.