0

my news work fine with realurl and tx_news:

www.domain.de/newslist/news-title-long-name-here/

but how can i build with realurl a secound short-URL:

www.mydomain.com/newslist/?test=1234

thanks for helping

Sebastian
  • 883
  • 11
  • 32
  • What exactly do you mean by "a second short-url". Do you want to keep the realUrl mapping for the title and have an additional Short url that links to the same? Or do you want to disable the real Url mapping? – cptnk May 31 '16 at 17:40
  • Can you please describe the URL you want in news ? – manish1706 Jun 01 '16 at 07:46
  • i need a shortner-url. twitter, google, facebook use a shortner-url. can i build this with realurl / TYPO3 ? – Sebastian Jun 01 '16 at 20:46
  • 1
    On a sidenote: make sure to set the canonical url for the news item to avoid duplicate content. I built an extension that does this (for tx_news) but it only takes absolute URLs as of now. – sven Jun 02 '16 at 11:24

1 Answers1

0

This is not really possible out of the box but would be really easy with a custom small extension

Georg Ringer
  • 7,779
  • 1
  • 16
  • 34