Questions tagged [realurl]

realurl is a TYPO3 extension that translates URLs to a human readable form called virtual path.

realurl is a TYPO3 extension providing automatic transformation of URLs with GET parameter in the frontend (like “index.php?id=123&type=0&L=1”) into a virtual path, a so called “Speaking URL” (like “dutch/contact/company-info/page.html”) and back again. The objective is that URLs shall be as human readable as possible.

Extension manual: http://typo3.org/extension-manuals/realurl/current

275 questions
0
votes
1 answer

TYPO3 RealURL does not work with Plesk / IIS

I made a Website, which is based on TYPO3 with XAMPP. Everything is working fine on my localhost. Then I tried to copy the Website onto my Windows 2008 Server where I have Plesk and IIS running. Now there is a problem with RealURL. In the browser, I…
Joggal
  • 61
  • 2
  • 9
0
votes
1 answer

Why do I get different errors when I use a non-existing alias in realurl? 404 with postvarsets, 500 with fixedpostvars

I have two different configurations for two different extensions. With news I use postvarsets: 'postVarSets' => array ( '_DEFAULT' => array ( 'news' => array ( 0 => array ( 'GETvar' => 'tx_news_pi1[news]', …
Thomas Löffler
  • 5,922
  • 1
  • 14
  • 29
0
votes
0 answers

How to configure realUrl 2.1.x to prevent unwanted enties in tx_realurl_urldata

We have a multi langauge setup for our homepage en.html is mapped to index.php?L=0 and de.html is mapped to index.php?L=1 Rootpage ID = 76 5 Years with realUrl 1.x.x worked fine .. Until upgrading to 2.1.x i got some strange effekts. f.e.:…
0
votes
1 answer

TYPO3 RealURL does not work after Backup

My RealURL path segments do not work anymore since a Backup. I had TYPO3 7.6.10 on my Windows PC. Then i installed TYPO3 7.6.11 on my new Mac. I made a dump file of the database and copied all files of my TYPO3 Project. After finishing, I could…
Joggal
  • 61
  • 2
  • 9
0
votes
1 answer

TYPO3 7.6.11 RealURL: wrong news on detail page

I installed the extensions Speaking URLs (realurl) and News. But if I enable RealURL every news (list view) is redirecting to the first news-item I clicked. The URL of the news detail page is correct but the content is wrong. All caches via Install…
0
votes
2 answers

How to use setRequireCacheHashPresenceParameters

I’ve recently run into a cHash caching problem while using realurl. I’ve seen, that there is a method setRequireCacheHashPresenceParameters in the cHashCalculator that isn’t called anywhere in the core nor any of my extensions. Anyone has an idea on…
CDRO
  • 130
  • 1
  • 9
0
votes
2 answers

changing TYPO3 realurl language urls

I'm using TYPO3 7.6.11 and realurl 2.0.15 my translated versions got this url: http://url.de/3/services is there a way to replace the 3 with the language code? for 3 it should be en for example? thanks a lot
Felix
  • 5,452
  • 12
  • 68
  • 163
0
votes
1 answer

news: pagination doesn't work any longer (after update to realurl 2.0.15)

I am sure that the news pagination worked with realurl version 2.0.14 After update to realurl 2.0.15 it didn't work any longer. my postvarsets: 'page' => array( array( 'GETvar' => 'tx_news_pi1[@widget_0][currentPage]', ), ),
Markus Dübbert
  • 213
  • 2
  • 12
0
votes
2 answers

Issue with realurl, redirect and caching in TYPO3

This error occures in TYPO3 7.6.10 with a piBase extension and realurl 2.0.15: In this extension, I'm checking for a GET parameter, e.g. a country. If this parameter is not provided, I redirect to the same page, with default country as…
Sven
  • 722
  • 1
  • 7
  • 25
0
votes
1 answer

Typo3 realurl issue - view not updating

I created a very simple typo3 extension with just one model and one controller. These are the only actions in the controller: /** * action list * * @return void */ public function listAction() { $projects =…
Alexander Belokon
  • 1,452
  • 2
  • 17
  • 37
0
votes
2 answers

realURL: Cleanup path-cache and url-cache

I have some problems with realURL Cache. For example: The URL to the "home"-page is /the-shoe/home. Translated to switzerland (german) the url is: /ch/der-schuh/home. The problem here is that the URL /ch/the-shoe/home also works. My idea was, that…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

TYPO3 7.6.10 with realurl: pages accessible but non-static links in frontend

Although I have installed realurl and I am able to access pages from TYPO3 with their respective speaking URL path segments, the auto-generated links in the frontend (i.e. in the TMENU) still point to https://example.com/index.php?id=123 and not to…
0
votes
0 answers

UPDATED. f:link.page sometimes creates links in the wrong language

Update: When creating a new translation for a site and call it, realURL caches the path. When you then change the title of this site a new path is generated. The old path is still in the cache and so both path works. Is it somehow possible to force…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

typo3 auto redirect realurl news

I redirect the news with the folling code in htaccess: RewriteCond %{REQUEST_URI} news-detail\.html RewriteCond %{QUERY_STRING} L=0 [NC] RewriteCond %{QUERY_STRING} (tx_news_pi1\[news\]=101|tx_news_pi1%5Bnews%5D=101) [NC] RewriteRule ^.*$…
realpenx
  • 113
  • 15
0
votes
1 answer

typo3 how to configure realurl for dd_googlesitemap

I use realurl in combination with dd_googlesitemap and news extension. The generated news url looks like /company/news/news-detail/detail/News/8/2016/newstitle/ and that's the right format. But in _dd_googlesitemap_ the url is…
realpenx
  • 113
  • 15