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 show only one segment in url

I was working on realurl's in typo3 and spend hours on working out why typo3 is showing only one segment in url. site structure looks like this: and URL that I got for subpage 'munchen-maistrasse'…
strongBAD
  • 331
  • 2
  • 11
0
votes
1 answer

TYPO3 RealUrl - alias_field has no effect

I have a TYPO3 Installation where RealUrl is installed. It's configured and works fine for tt_news. I copied the tt_news configuration in realurl_conf.php and used it for my own extension. The configuration looks like is this: 'product' =>…
Florian Rachor
  • 1,574
  • 14
  • 31
0
votes
1 answer

TYPO3 tt_news & realurl

Could someone help me with configuration of realurl and tt_news? Now URL of my article is: news/tx_ttnews%5Btt_news%5D=2&cHash=4b99bd1be238096e329a50f38cf34b57 But I want something like this: news/title-of-my-article. I am using latest Typo3 (ver.…
Joozef
  • 105
  • 2
  • 7
0
votes
1 answer

TYPO3 + RealURL = Multilanguage Homepage doesn't work (404)

I ran into serious trouble with RealURL and TYPO3. Here's the scenario. I'm working on a website using German by default and offering English translations. So far that works great. The URLs look something like this:…
user673046
0
votes
0 answers

TYPO3, RealURL, shortcuts and multiple languages = no joy

I am trying to get RealURL working on my TYPO3 4.7 installation. The complete site is SSL encrypted. Here's my config: $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'pagePath' => array( 'type' => 'user', 'userFunc' =>…
Marcus
  • 315
  • 1
  • 10
0
votes
1 answer

TYPO3 - Migration from RealURL to CoolURI

I have a big TYPO3 instance that exists for ages. All the time the webpage used RealURL but now we want to migrate to CoolURI because we have better experience with this. Now the problem is that all old links shall be available even after switching…
m0tv
  • 31
  • 7
0
votes
1 answer

TYPO3: only have .html at the end of each URL

I'm using RealURL and the website can be reached by www.domain.com/sitemap.html and www.domain.com/sitemap Now the website should be only reachable by www.domain.com/sitemap.html How can this be done? I found the config 'defaultToHTMLsuffixOnPrev'…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

TYPO3: RealURL + tt_news + 404 doesnt work

I wanted to give a special URL to the page (id=57) where the SINGLE view of tt_news is, so I used this to configure RealURL: 'fixedPostVars' => array( '57' => array( array( 'GETvar' => 'tx_ttnews[tt_news]', …
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
0
votes
1 answer

TYPO3 & real url: typolink adds url part from subdirectory which should be skipped

I have a sub directory in which typo3 resides. It is called "website". The DNS is pointing in this subdirectory. Now I generate the URL of the current site: $typolink_conf = array( "title" => $this->site['page_title'], …
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

TYPO3: added new language and get 404 page not found

I added a new website language to a TYPO3 project. The new website language has id=2. But if I call e.g. www.your-domain.com/hr.html I get 404 - page not found (normally the start page in the translated language should appear). Also the menus show…
testing
  • 19,681
  • 50
  • 236
  • 417
-1
votes
1 answer

TYPO3 6.2 / RealURL : 404 error with google tag in URL

On this website : https://lessentiel.novethic.fr/blog/business-case-3/post/orpea-dialogue-de-sourds-face-a-lengagement-actionnarial-des-acteurs-de-la-finance-durable-810#scrollTop=0 Google Analytics add parameters for cross-domain-tracking to url so…
Sasha
  • 28
  • 5
-1
votes
1 answer

Extension realurl - display of SQL query parts in URL

First of all, I have to deal with a project-related upgrade of a TYPO3 version and am also relatively new to the Nginx web server. I have upgraded a TYPO3 installation from version 7.6-LTS to 8.7-LTS and transferred the site from an IIS (Windows)…
dns_nx
  • 3,651
  • 4
  • 37
  • 66
-1
votes
3 answers

TYPO3 RealURL Language Domain Configuration

We have following sceneario: The website has 3 Domains. domain.de domain.eu domain.com.tr TYPO3 is already setup for multilanguage and the IDs for the languages are: default (de) = 0 en = 1 tr = 2 Could somebody give us the proper RealURL…
-1
votes
1 answer

Realurl generating non default language titles in the url of default tt_news links

I am using TYPO3 7.6.9, tt_news 7.6.1 and realurl 2.0.14 . I've configured my realurl manually for my multi-language website. The problem is that, real url is generating non-default language titles for news items in the site at default view. For…
-1
votes
1 answer

Typo3 with realurl: rewrite /feed.rss to /index.php?id=33&type=777

I created a typeNum 777 with a RSS Feed. What I want to achieve now is that the feed can be reached via http://www.domain.com/feed.rss instead of http://www.domain.com/index.php?id=33&type=777 I have realurl installed but I don't seem to be able…
Chi
  • 1,320
  • 1
  • 14
  • 48
1 2 3
18
19