[TYPO3-english] page type parameter in typolink - problem with realurl

cili titiiliescu at yahoo.com
Mon Sep 19 14:55:13 CEST 2011


The problem was from Powermail extension, which sets this:

[code]	$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['preVars'][] =
array ( // add complete type array
        	'GETvar' => 'type',
        	'valueMap' => array (
            	'validation' => '3131'
        	),
        	'noMatch' => 'bypass'
        );[/code]

I've selected "Deactivate config for Realurl" from backend and now it works.


cili wrote:
> 
> 
> Hi, Tymoteusz!
> 
> I'm facing the same problem. Did you manage to solve this?
> 
> Thank you.
> 
> 
> TyM wrote:
>> 
>> Hello
>> I have a typolink which points to rss feed. Without realurl it is
>> working just fine, the address is domain.com/index.php?id=1&type=100
>> but when I enable realurl the address become
>> domain.com/title-of-a-page instead of domain.com/rss.xml
>> The strange thing is that if I type an address "domain.com/rss.xml" in
>> my browser, it works fine - I will get  RSS feed.
>> 
>> Here is my typolink configuration:
>> 
>> temp.channels = HTML
>> temp.channels.value = RSS
>> temp.channels.value.typolink.parameter = 1
>> temp.channels.value.typolink.additionalParams = &type=100
>> 
>> 
>> [....]
>> 	'fileName' => array (
>> 			'defaultToHTMLsuffixOnPrev' => '0',
>> 			'index' => array(
>> 				'rss.xml' => array('keyValues' => array('type' => 100)),
>> 				'rss091.xml' => array('keyValues' => array('type' => 101)),
>> 				'atom03.xml' => array('keyValues' => array('type' => 102)),
>> 				'atom.xml' => array('keyValues' => array('type' => 103)),
>> 				'rdf.xml' => array('keyValues' => array('type' => 104)),
>> 			),
>>         ),
>> [...]
>> 
>> 
>> Do you have any clue what is wrong?
>> I'm using TYPO3 4.3.5 and realurl  1.9.4.
>> 
>> Regards
>> Tymoteusz
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>> 
>> 
> 
> -- 
> View this message in context:
> http://old.nabble.com/page-type-parameter-in-typolink---problem-with-realurl-tp29709406p32493623.html
> Sent from the TYPO3 English mailing list archive at Nabble.com.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> 

-- 
View this message in context: http://old.nabble.com/page-type-parameter-in-typolink---problem-with-realurl-tp29709406p32494763.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list