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
1
vote
1 answer

Typo3: How to create typolinks in a scheduler/cron script

I need to create links to the frontend website inside a scheduler task. I've searched and looked around and what I have found is an example script that initiates the TSFE. After that I can initiate tslib_cObj to create some links; I thought. But…
Bear
  • 412
  • 5
  • 11
1
vote
0 answers

TYPO3 8.7.26 RealURL is generating infinite new URL data

I have a weird problem on TYPO3 8.7.26 with RealURL 2.6.1 installed. It's generating infinite URL data for page uid 1. It generates thousands of records where speaking url part is just / and Original URL is L=0&id=1. That happens only on page id 1…
1
vote
1 answer

Conversion from realurl to routeEnhancers in TYPO3 9... Adapt LookUpTables with additional ValueMaps or how to define the "zero-value-segment"?

I am upgrading a project about training courses and my URL-segments are like: /category/course/location.html Got it running with the following configuration: routeEnhancers: PageTypeSuffix: type: PageType default: '.html' …
1
vote
1 answer

RealURL: Correct strategy for menus and link to front page?

The Scenario I have a website with several autogenerated menus: Main menu ("root level" pages) Tree menu (full tree down to current page) Breadcrumb (only .ACT) Now I see two possibilities regarding these menus and the RealURL extension. Strategy…
jensgram
  • 31,109
  • 6
  • 81
  • 98
1
vote
1 answer

Handling of parameters which can be empty with RealURL

I have a generated path with different categories and products made with an own extension. There can be one, two or three categories, plus a product below the second or third category. Examples of URLs that should…
Thomas Löffler
  • 5,922
  • 1
  • 14
  • 29
1
vote
1 answer

Setup realurl to prevent "Bad 'L' parameter" error

This is an exception that is thrown when a wrong L parameter is present in the URL. It pollutes the typo3_log in /typo3temp/logs/ folder. This exception seems to be introduced with the version 2.3.0 of realurl. If I downgrade to version 2.2.1, the…
yunzen
  • 32,854
  • 11
  • 73
  • 106
1
vote
1 answer

TYPO3 9.5.3 News Archiv and Route Enhancers

I included the RouteEnhancers for the News Plugin and there working as exspected for News List and News Detail Pages. Now i try to implement the DateMenu Archiv and there i have some Problems. My config.yaml looks like that. routeEnhancers: …
ChrisKr
  • 167
  • 10
1
vote
0 answers

RealUrl - language path segment

My realurl.conf contains the following: '2' => array ( 'GETvar' => 'L', 'valueMap' => array ( 'en' => '1', 'nl' => '2', 'be-nl' => '3 'be-fr' => '4' ), 'noMatch' => 'bypass', ), and: array( …
jmcclane
  • 159
  • 2
  • 14
1
vote
1 answer

RealURL was not able to find the root page id for the domain "xyz.com"

i get the error : Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1420480928: RealURL was not able to find the root page id for the domain "www.xyz.com" as there was more than one root page with this domain. in TYPO3 error logfiles from…
Smsh
  • 11
  • 1
1
vote
1 answer

TYPO3: Realurl duplicate slash with tx_news - resolved but not understood

I'm simply using the official realurl conf on the tx_news documentation. That caused a duplicate slash in my url. It would look like that: domain.com/post//post-title To fix it, I found out that I either have to remove or place the following lines…
josias
  • 1,326
  • 1
  • 12
  • 39
1
vote
1 answer

Blog-like single element pages with TYPO3 / TemplaVoila

I have a blog-like part of an page using TYPO3 / TemplaVoila. There are articles that should show up summarized on a single page, but have their own pages / URLs each one too. However, having the editors add a page AND a flexible content element…
dronus
  • 10,774
  • 8
  • 54
  • 80
1
vote
1 answer

Using RealURL v2 with a JOIN statement (TYPO3)

I need to join two tables for configuration of fixedPostVars in realurl. All solutions I found are for older version < 2 of realurl. Following SQL statement returns wanted result SELECT…
Heinz Schilling
  • 2,177
  • 4
  • 18
  • 35
1
vote
1 answer

No page Cache after installing realurl

TYPO3 7.6.18 realurl 2.2.1 bootstrap package 7.1.0 – no other extension no other Typoscript aside from bootstrap package localconfiguration and htaccess copied from a fresh installation with introduction package PHP 7.11 When i install realurl…
lisardo
  • 1,322
  • 16
  • 31
1
vote
0 answers

Omit language preVar for RealURL 2.x with multidomain-multilanguage setup?

In a TYPO3 6.2.30 site, I updated RealURL 1.x to 2.2.1. It works fine, but it is a multilanguage-multidomain site that doesn't require the language prefix after the domain. Before I had www.germandomain.ch/seite www.frenchdomain.ch/page Now I…
Urs
  • 4,984
  • 7
  • 54
  • 116
1
vote
0 answers

Handle cHash validation for pages with access restriction

The page /my/page/subpage/detail/15 has an access restriction. User "HasAccess" can visit the page, whereas user "NoAccess" will keep the URL /my/page/subpage/detail/15 but will see the content of the first page up the root line that has no access…
sven
  • 609
  • 5
  • 14
1 2
3
18 19