[TYPO3] RealURL and page type don't work together

Tomasz Chmielewski mangoo at wpkg.org
Mon Jan 7 13:07:13 CET 2008


Christopher Torgalson schrieb:
> Hi,
> 
> On Jan 7, 2008 12:04 PM, Tomasz Chmielewski <mangoo at wpkg.org> wrote:
>> I have a problem with RealURL and page type, for example:
>>
>> http://example.com/somepage.html?type=100
>>
>> should display a given version (type=100) of that page. Unfortunately,
>> it doesn't. In fact, it looks like everything after ? is ignored - I can
>> give just any number for a type type and I get no error (normally, TYPO3
>> should throw an error).
>>
>>
>> If I access the page without RealURL (i.e.,
>> http://example.com/index.php?id=10&type=100) it is rendered correctly;
>> when I try to access unspecified type, I get an error (which is correct).
>>
>>
>> What am I missing? Why page type is not passed when I use RealURL?
>>
>> To make the thing more interesting, I have one TYPO3 site where page
>> type is passed correctly - but after spending some time, I've no idea
>> where the problem might be.
>>
>> Any clues?
> 
> 
> 
> Make sure the type is configured in your realURL configuration in
> localconf.php (or wherever you have put it).

In fact, I'm a lazy guy, and didn't do any configuration for RealURL in 
localconf.php: I use "TARGET-E RealURL Settings" (realurlsettings) which 
is supposed to do it automatically.

But it seems like it fails to do so for when URLs are too short:

works: http://example.com/blah/page.html?type=100

doesn't work: http://example.com/page.html?type=100


-- 
Tomasz Chmielewski
http://wpkg.org



More information about the TYPO3-english mailing list