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 7.6.2 - missing the RealURL option "Override the whole page path "

I have Typo3 7.6.2 and RealURL 1.13.15, whis is for Typo3 4.5.40-7.9.999 In Typo3 < 7 there was option "Override the whole page path " In Typo3 7.6.2 seems this option is not present. In the language file of RealUrl is:
dusty
  • 189
  • 1
  • 2
  • 12
0
votes
2 answers

Skip controller and action in url generation

TYPO3 version is 7.6.0. Generate link: Link text Result: …
user189535
  • 75
  • 6
0
votes
1 answer

RealURL with GET parameters

We have developed a typo3 plug in that searches for trucks. For SEO reasons, we are trying to use the realURL plug in to make the URLs friendlier to use. On the front page we have several call to actions that link to the search page with certain…
user79772
  • 1
  • 3
0
votes
2 answers

TYPO3, Realurl, News and mutilanguage

I have a TYPO3 multilanguage site, and I am trying to configure Realurl and News. Question is: for single/detailed News urls, how do I get both speaking and language localized versions? I mean, I am able to…
mario
  • 622
  • 1
  • 11
  • 31
0
votes
0 answers

How can I get my extbase extension to parse ajax requests while using RealURL

First I apologize for the terrible question name. I'm developing an extbase extension which will display records via AJAX. When the AJAX request is sent using index.php=(number), like http://example.com/index.php=5?type=1234&etc..., the proper…
nHaskins
  • 805
  • 8
  • 22
0
votes
1 answer

How to change tx_realurl_uniqalias for tt_news entry via backend?

I use useUniqueCache=1 for tt_news realurl config. If I make a new tt_news entry, the title will be written once into table tx_realurl_uniqalias. Its fixed, if I change the title afterwards, its not changing uniqualias anymore. (As intended) Now I…
Martin Krung
  • 1,098
  • 7
  • 22
0
votes
1 answer

TYPO3 and RealUrl don't use translated page titles in url

I use TYPO3 7.1 and RealUrl 1.13.3. Auto configuration is not using the page title from translated pages and it is not changing ?L=1 to fx /en/ It is just using the default Danish page titles and adding ?L=1 to English pages and ?L=2 to German…
Jeppe Donslund
  • 469
  • 9
  • 25
0
votes
1 answer

tx_news and realURL

i got a problem. I am using tx_news (1.13.3) together with realURL. For some reason the searchform and datemenu don't work together with realURL. Searchform doesn't work at all = getting 404 when submitting search request. And Datemenu lists all…
d4ny3l
  • 163
  • 18
0
votes
1 answer

Using multiple Subdomains on TYPO3 and RealUrl

I have TYPO3 (4.5) installed and a running project. The RealUrl extension is installed and enabled. Everything works as it should. For a proper user of the RealUrl extension i needed to add a few lines of code to the main…
0
votes
2 answers

TYPO3 RealURL does not generate link in workspace

Does anybody know, if TYPO3 extension RealURL has support fo workspace? If I switch to workspace and click to preview each of links on page has href="mydomain.com/index.php?id=xxx" instead of href="mydomain.com/page-1". In LIVE version everythings…
dusty
  • 189
  • 1
  • 2
  • 12
0
votes
1 answer

TYPO3 realURL and userfunction form

I post data and redirect to another page with a userfunction and a simple form like the following example:
Fox
  • 623
  • 8
  • 35
0
votes
2 answers

RealURL not working on migrated TYPO3 site

I recently helped a client move their TYPO3 site to a new hosting provider. I did not design or build the site, nor have I any experience with TYPO3 (I work with Wordpress as a CMS mainly). While everything transferred okay, files and database etc…
Evan
  • 77
  • 4
0
votes
0 answers

Use other than primary key as RealURL id_field

In a TYPO3 6.2 site, I have the following postVarSetsin realurl_conf.php for an extbase extension: 'postVarSets' => array( '_DEFAULT' => array( 'wba' => array( array( 'GETvar' =>…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

realurl config for tt_news in TYPO3 6.2

For TYPO3 6.2 I cannot manage to have real url setup for tt_news. I use bootstrap package 6.2.8 , realurl 1.12.8 and tt_news 3.6.0. I get url : .../blog/articol.html?tx_ttnews[tt_news]=11&cHash=d92d53eafcb2e8c331829520e053c3c7 and should be…
0
votes
2 answers

RealURL: caching or not?

Upon fiddling with a RealURL config, I noticed that I had unknowingly turned off RealURL caching, as in this old post http://blog.marit.ag/2007/07/24/realurl-pathcache-ausschalten/ As of 2015, are there still reasons to disable RealURL Caches?
Urs
  • 4,984
  • 7
  • 54
  • 116