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

realURL, if no Language in URL (that is default language) redirect to Frontpage

I have a typo3 webside with many different languages and I do not want people to access the default language with the exception for the frontpage. http://example.com/us/home is fine http://example.com/uk/home is fine http://example.com/de/home is…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

Realurl generating unwanted language codes inside url

I'm again stuck up with a realurl trouble.. This time it's worse than ever. I've configured realurl_conf for L parameter as well as for other parameters. 'preVars' => array ( array( 'GETvar' => 'no_cache', 'valueMap' =>…
0
votes
1 answer

realURL language switching for alias based pages?

I have an issue regarding realURL alias page switch. I have a custom module for products, for each product i have URL in both available languages (de & en). But when i switch to language then it doesn't take me to the same page i was on. For…
Van Dam
  • 11
  • 5
0
votes
0 answers

What configuration needed for realURL to allow to add language based speaking url?

I have developed an application based on typo3, in this i need to set the speaking url based on active languages (de/en), right now they are creating for same alias (default language) for both language. How can i configure to use german alias for de…
Van Dam
  • 11
  • 5
0
votes
1 answer

typo3 realurl multiple plugin and controller issue, can't access require parameters

I have created a module to show products and its category on front. I have create 3 plugins in this module, one for showing category list (allcategory), one for showing category products list (categoryproduct) and last one is for product's details…
Van Dam
  • 11
  • 5
0
votes
2 answers

TYPO3 6.2 - 404 error page with realurl

I've a TYPO3 CMS 6.2.15 running with realurl and the following LocalConfiguration.php: 'FE' => array( 'pageNotFound_handling' => '/404/', 'pageNotFound_handling_statheader' => "HTTP/1.0 404 Not Found", ... ), ... I've created a page…
Pete
  • 564
  • 4
  • 29
0
votes
3 answers

TYPO3 Realurl 404 Not Found error

I'm working around with TYPO3 7.6.7 and realurl 2.0.14 . Currently I'm stuck up with the following trouble. I configured realurl manually and after enabling realurl I'm getting 404 Not found error. I've read number of questions here itself,…
0
votes
1 answer

Alter fixedPostVars argument with custom userFunc

I have a realurl2 configuration which requires me to change the title of a given category by a selected language. The kicker is there is only one Database Record with the category title and the translation is made trough .xlf files. I managed to…
cptnk
  • 2,430
  • 18
  • 29
0
votes
1 answer

TYPO3 7.6 tx_news and shorturl with realurl

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
0
votes
1 answer

How can i have different translations for action controller in TYPO3?

Is it possible to have a localization based on RealURL's valueMap static table ? For example, in Deutsch language, I have www.example.com/de/account/produktinfos/ de/ is language account/ page produktinfos/ controller action And what I need is to…
Andrei Todorut
  • 4,260
  • 2
  • 17
  • 28
0
votes
1 answer

TYPO3, Realurl, News: I am not getting right

I have a pretty straightforward Realurl 2.0 + News configuration, still it does not work as it should. I get something…
mario
  • 622
  • 1
  • 11
  • 31
0
votes
1 answer

Typo3 7.x: How to redirect all hits to subpages of a page to the page itself?

I'm currently working on a ONEPAGE in TYPO3 and therefore collect all content of all subpages of page "Start" to output it together on page "Start". Now I have the situation that in case someone knows the url to a subpage of the page "Start", then…
Steven
  • 43
  • 2
  • 8
0
votes
4 answers

TYPO3 7.6 - tx_news 4.2.1 - no detail name in realurl?

The realurl config with tx_news works fine for me, but I have one problem. I dont need the detail-name in the address. www.domain.org/news-list/news-detail/test-news-name-here/ and now i dont need the "news-detail". Here the PHP code…
Sebastian
  • 883
  • 11
  • 32
0
votes
1 answer

How to properly configure the .htaccess of Typo3 to run realurl

I'm a newcomer to typo3 and my current task is to get realurl working. After studying many tutorials and the official documentation I got realurl to the point that the links are converted correctly as expected. The problem I don't get solved even…
thomas
  • 115
  • 1
  • 7
0
votes
1 answer

TYPO3 fluid form not working if realURL is enabled

I have created a car extension which contains a list view and a detail view. The detail view also contains a contact form. This extensions works fine with realURL disabled, but for SEO friendly urls I have enabled and configured realURL so I got the…
Fox
  • 623
  • 8
  • 35