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

remove /?no_cache=1 in URL using Typo3 6.2 and RealURL extension

There is a page that has the no_cache option activated but realURL shows this: "www.domain.com/path/to/page/?no_cache=1" and I'd like it to just be: "www.domain.com/path/to/page". Is there a simple way to achieving this? I don't want to show…
Kris
  • 1
  • 3
-1
votes
1 answer

Bootstrap Package PHP Runtime Deprecation Notice

Despite the wonderful announcement of the Official Introduction Package RealUrl is not working and the bootstrap package is generating these messages: Core: Error handler (FE): PHP Runtime Deprecation Notice: Non-static method…
Ton Akveld
  • 11
  • 2
-1
votes
2 answers

TYPO3 decode realurl in userfunc

I have made an userFunc to make nice urls in my own extension. How do I decode the urls so that TYPO3 will show the right product? I think that the uid of the product will be somewhere so that I can use it. Am I right?
Jeppe Donslund
  • 469
  • 9
  • 25
-2
votes
1 answer

Get page UID by URL Alias (RealURL)

I need to get the UID by URL Alias. But I did not have any API in extension RealURL Is it possible to do this at all?
-2
votes
2 answers

TYPO3 multilanguage concept

I need to create two pages trees, each for specific language (not use additional language pages). In my case two pages trees - two languages (German and English). German language shall be by default. In url language must be added after domain via…
andr
  • 23
  • 1
  • 5
1 2 3
18
19