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

getarguments in typo3 from URL

I am working in TYPO3 ..... how can i get arguments from URL i passed arguments in url like this , as a template in resources folder , file name : list.html
Aaska Patel
  • 460
  • 6
  • 21
0
votes
1 answer

TYPO3 RealURL fileName configuration does not work with "type" parameter

I created in TYPO3 a new typeNum (based on unix timestamp) to render a dynamic javascript file. Now I want to include this dynamic javascript file using: page.headerData.123 = TEXT page.headerData.123{ typolink.parameter = {$global.homePid},…
Armin
  • 15,582
  • 10
  • 47
  • 64
0
votes
2 answers

Possible to edit typo3conf/ files without being root user?

I'm running typo3 v6.1 I want to configure "news system" and "realURL", in order to have nice looking URLs for my news. I can't access my files in typo3conf/ folder, so I can't modify typo3conf/ext/news/ext_localconf.php (don't have root access) I…
Angie
  • 1
  • 3
0
votes
1 answer

Decode RealUrl url in the controller

I use RealUrl for my website. In my certain extension, I require to decode the url created by RealUrl to the normal TYPO3 url format. Example: To my controller I get this link : typo3website/feature/number/123 , now how do I convert this to…
user2354302
  • 1,833
  • 5
  • 23
  • 35
0
votes
1 answer

No content elements got displayed on newly added pages after making typo3 multilingual

i have got the problem, that i made my typo3 multilingual (german, english) using real url, everything worked fine. now i added a page and the page got displayed but not it´s content elements. anyone can help please?
wmarx
  • 27
  • 1
  • 6
0
votes
1 answer

Typo3 & realurl: Page not found in IE - other browsers work fine

I have encountered a very strange behavior of the IE and don't know how to solve it: I´m working on a typo3-site (http://alkitronic.com). The site is multi-language and has realurl installed. The problem is: When i open a subpage in the IE and try…
jacksbox
  • 911
  • 1
  • 11
  • 24
0
votes
1 answer

multiple clients under single domain typo3

im trying to configure realurl to work with multiple clients but under a single domain and a single page tree [root] client 1 page1 page2 client 2 page 1 page 2 all clients have 'is Root page ' checked they a have a template which is…
alex
  • 646
  • 9
  • 19
0
votes
1 answer

TYPO3 extension real_url returns 404 on all pages

assume the following pagetree structure root client1 page 1 page 2 page 3 client2 page 1 page 2 page 3 by default TYPO3 will display the page by id /index.php?id=[pid] I'm trying to achieve the following effect /client1/page1 so I…
alex
  • 646
  • 9
  • 19
0
votes
2 answers

RealURL and tt_news multiple Singleviews

I have a typo3 with multiple trees (one per language) under a common root and domain, www.example.com (maintemplate) -en (+ext) --news ---singleview(hidden) -fr (+ext) --french_news ---singleview(hidden) -de…
user1403333
  • 98
  • 12
0
votes
1 answer

Manipulate URL after creating per TYPO3

Is there a way to manipulate an URL after creating per TYPO3 v6.1? What I want to reach: I have a Website with an overview page and subpages and if a subpage is clicked, it will be redirected to the parent page with an hash appended (needed for…
user2513437
  • 155
  • 10
0
votes
1 answer

TYPO3 tx_news: How to remove "News" from RealURL path

I have configured RealURL and tx_news in TYPO3 6.x according to the basic setup from the manual. The generated URL for a single view is: http://www.domain.com/news/detail/News/title-of-news/ That's quite ok - but how to remove the second, uppercase…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

RealURL problems when using TYPO3 and Magento in one webroot

We have following setup: The webroot contains two directories. One for Magento and one for TYPO3. I have an additional ht.access which should rewrite some urls to use TYPO3. Everything else should go to Magento. This htaccess looks like…
0
votes
1 answer

Typo3 redirect domain with prefix to another domain

I am using Typo3 with RealUrl and theres following i want: foo.domain.com should redirect to www.otherdomain.com I tried it with domain records in Typo3 (theres a redirect option) and .htaccess stuff but nothing seems to work. Every prefix i try…
ggzone
  • 3,661
  • 8
  • 36
  • 59
0
votes
2 answers

typo3: realurl extension- configuration issue, include path-fragment in url

Assume I have a website www.mywebsite.com. My typo3 v4.7 frontend is located at, say, www.mywebsite.com/cms/index.php , and the backend is located at www.mywebsite.com/cms/typo3/. How do I configure the "friendly" urls, that the realurl extension…
knb
  • 9,138
  • 4
  • 58
  • 85
0
votes
2 answers

Typo3 RealUrl + tt_news -> shorten URL

for my tt_news entries, realurl generates links like: www.mydomain.com/announcements/news/news/article/date/2013/06/26/a_very_long_filename_which_is_horrible.html so i try to get my typo3 to generate something like…
user1403333
  • 98
  • 12