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
7
votes
2 answers

RealURL: Remove Controller and Action from URL

I have an extension with a list and show action. Currently this extension can appear on multiple pages: /page-1/ /page-2/subpage/ I have configured realurl like that: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']=array ( …
lampshade
  • 2,470
  • 3
  • 36
  • 74
6
votes
1 answer

TYPO3 realURL Autoconf to manual conf

I have a TYPO3 site that's been running with realURLs autoconf for years. The pattern is very simple: Domain/language/pid e.g. example.com/d/6 Now I have to make an addition to the realURL config, but I'm not sure on how to reproduce the setup by…
Urs
  • 4,984
  • 7
  • 54
  • 116
5
votes
1 answer

Get "Speaking URL path segment" from english version

I am new to TYPO3. I have a webpage which is developed in TYPO3 with PHP. In this they are creating page urls using realurl extention My problem is I have a english and chinese version of a single page. If "Speaking URL path segment" is empty in…
ManiMuthuPandi
  • 1,594
  • 2
  • 26
  • 46
4
votes
2 answers

TYPO3: Generate in realURL multiple URLs with the same postVarSets in different levels

In my TYPO3 there are multiple storages with different sport activities. The one belongs to place A, the other to place B with different content. Now I would like to generate the followingURLs. The first one is for general, the other one are…
Tobias N.
  • 138
  • 8
4
votes
1 answer

Shortcuts between domains in Typo3

I have a multi-domain Typo3 (4.7.11) Installation with at the Moment four Domains. It is configured with RealURL. The configuration is working so far, but I cannot have shortcuts between domains. The page tree looks like this: domain1 pageA …
Christoph
  • 1,964
  • 2
  • 27
  • 44
3
votes
2 answers

Keep redirecting old realurl urls after migrating to TYPO3 9+

I would like to use the realurl memory of expired url to generate 301 for sites upgraded to TYPO3 9+ and avoid 404. For example, before TYPO3 9, fetching /my-old-page redirected to /my-new-page, because /my-old-page was still in the realurl database…
dogawaf
  • 360
  • 2
  • 12
3
votes
1 answer

Typo3 RealURL: show page id

I want to use RealUrl extension in my typo3 site. What I want to do: change the usual url "http://mysite.it/pag/index.php?id=1" into "http://mysite.it/pag/1" (I wanto to hide "index.php?id=") Is it possible to do it using RealUrl? Can someone…
GiuseppeG
  • 31
  • 1
3
votes
1 answer

How to end typo3 realurl with .html

I'm using the realurl extension to make nice urls, only they all end with the / char. How can I let them end like a .html file? /path/to/page/ Would like to have: /path/to/page.html
Tom
  • 1,547
  • 7
  • 27
  • 50
3
votes
1 answer

Preserve arguments in uri builder

Let's say that I have a page with URI: http://mydomain.loc/index.php?id=123&by=name&dir=desc and need to add/update/remove some other param (let's name it offset) to it, so after all it will be: …
biesior
  • 55,576
  • 10
  • 125
  • 182
3
votes
2 answers

realUrl not writing preVar for default language

I am running realURL 1.12.6 on TYPO3 4.5.26 I am used to realURL creating paths that contain the preVar also for the default language, like www.example.com/de/seite/ and www.example.com/en/page/ In one case, this is just not happening - or I think,…
Urs
  • 4,984
  • 7
  • 54
  • 116
3
votes
2 answers

RealURL gives me http://www.domain.com/4/ links

I set up a fresh TYPO3 4.7.5 and installed RealURL 1.12.3. If I active RealURL my URLs don't work because I get links like http://www.domain.com/4/ http://www.domain.com/7/ What I'm doing wrong? Seems that I forgot something. I put this in my main…
testing
  • 19,681
  • 50
  • 236
  • 417
2
votes
1 answer

TYPO3 9.x and slug history

In pre v9.5 websites I used realurl. When you change the site-title from tileV1 to tilteV2 the page could be accessed with domain.tld/titlev1.html AND domain.tld/titlev2.html. The realurl path of titlev1 was marked as MovedPermanent (and redirects) …
Eumolpius
  • 87
  • 9
2
votes
1 answer

How to configure speaking URL of tx_blog extension in TYPO3 9.x

I am looking for the configuration YAML for TYPO3 tx_blog extension.
Sonal
  • 33
  • 4
2
votes
2 answers

realurl generates entries without cHash

I have a piBase extension which has a listing of records and a detail page. When calling the listing first, everything is fine, realurl (version 2.0.15, TYPO3 version 7.6.10) creates the urls for the detail pages with cHash parameter,…
Sven
  • 722
  • 1
  • 7
  • 25
2
votes
1 answer

TYPO3 realurl optional suffix .html just for certain pages

Is there a way how to adjust the extension realurl (version 1.13.6 or newer) so that an optional suffix ".html" is appended - but just for certain pages. For example: www.mysite.com/page1/ www.mysite.com/page2/ ... should exist but at the same…
1
2 3
18 19