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 - Missing 'detail' path in own extension with list & detail view to deactivate in fixedPostVars of realurl

I've create a small extension with switchableControllerActions in a FlexForm for List & Detail View. -Cars[12] --Detail[19] All actions (Car->list;Car->show;Car->new;Car->edit;Car->create;Car->update;Car->delete) are working ... yet when I hover…
Philipp M
  • 3,306
  • 5
  • 36
  • 90
0
votes
3 answers

Why does realurl save links without cHash?

realurl saves in the table tx_realurl_urldata links without cHash. It makes possible the DB-flooding, if a hacker adds some get-parameter to the…
olek07
  • 513
  • 2
  • 7
  • 21
0
votes
1 answer

TYPO3 - realurl is ignoring created/own extension

I have a running TYPO3 installation (7.6) with with the latest realurl and news extension. All working fine. I now created a simple extension tx_ffscarexample and struggling to manipulate the paths for it. In tx_ffscarexample I have 'list, show,…
Philipp M
  • 3,306
  • 5
  • 36
  • 90
0
votes
1 answer

How to omit empty (optional) segment in realurl?

Currently I'm trying to create nice looking URL's for my custom extension. I am using a plugin on page "Products" (uid: 3) to list all categories. For example there are the following categories: Men Shirts Sweatshirts Women Shoes…
IhsakoOti
  • 13
  • 2
0
votes
2 answers

RealURL error: wrong "L" parameter value

RealURL gives this error. My site has only one language, and I have not added any website language in root page. I tried with config.linkVars = L and config.linkVars = L(0-5) in the setup with no effect. RealURL Config is…
johndoe33
  • 444
  • 6
  • 25
0
votes
1 answer

tx-news: use a main category in the link / speaking url

I am developing a site which has two main area's which I destinguish as two main system categories. I use the latest version of tx-news (5.3.2) for articles and I assign them firstly to one of the two main system categories, and then to a specif…
webman
  • 1,117
  • 15
  • 41
0
votes
1 answer

Can't show included CSS and JS on subpages

On subpages, for example mysite.com/about/, CSS and JS are not working. From page source: When I click the CSS link, it leads…
johndoe33
  • 444
  • 6
  • 25
0
votes
1 answer

Rewrite rule using RealUrl

I need to set up a forwarding for the following: www.mysite.com/example/page.html - this no longer exists that forwards to a page that is generated by TYPO3 using realurl www.mysite.com/examples/thenewpage/ I've tested several mod_rewrite rules but…
Tom
  • 109
  • 1
  • 15
0
votes
1 answer

TYPO3 RealUrl detail view fixedPostVars

Hi for my extensions I use RealUrl fixedPostVars for the detail view.. 'fixedPostVars' => array( 'article' => array( array( 'GETvar' => 'tx_bla_news[action]', 'valueMap' => array( 'show' => '', ), …
0
votes
1 answer

TYPO3 Realurl in Composer Mode

I am using TYPO3 in composer mode and right now, I am stuck with an unsupported version of TYPO3 (Version 8.4) because my only dependency EXT:RealURL requires TYPO3 < 8.5, thus preventing me from upgrading. { "repositories": [ {…
Michael
  • 3
  • 3
0
votes
1 answer

TYPO3 extension news and realurl

TYPO3 v 7.6.13 News 5.3.1 realurl 2.1.5 I’ve added the stock realurl configuration for ext:news to my site (manual realurl.conf). And my URLs are reading as: www.example.com/news/story/news/detail/News/thisismystorytitle My page tree: Root -News…
Tom
  • 109
  • 1
  • 15
0
votes
1 answer

typo3 7, bootstrap_package, RealUrl and own extension

I setup a typo3 with the bootstrap_package; created with the extension builder my own extension and installed realURL with auto conf and hoped it would work. It did not. I tried to write my own conf but it is ignored but somewhere the page settings…
0
votes
1 answer

Typo3 plugin $_GET parameters encoding

I need multiple $_GET parameters for my plugin. It results in rather long and ugly url which is neither readable nor user-friendly. I have installed the realurl extension. It seems like I have to configure realurl for every page. Is there a simple…
user3323958
  • 1
  • 1
  • 2
0
votes
0 answers

Real URL language not working and showing text in a different (not set) language

We last updated our realURL-tool and there is a bug somewhere. The default language of the page is in german with english as second language. The problem is now that in some way URL-Tool is working for some pages but not for all. For example (not…
0
votes
1 answer

On the search result all News have a cHash added what comes to an 404 error

If i delete the cHash appendix every thing is OK. TYPO3 7.6.11, news 5.2.0, realurl 2.1.4 with indexed search Any hint is welcome.