[TYPO3-english] Realurl with TagCloud
    HocomAdvies [ Wiechert Hooghwinkel ] 
    info at hocom-advies.nl
       
    Mon Apr  4 10:28:15 CEST 2011
    
    
  
I have the tagcloud extension running and Its working fine. Next thing would be the URL setting. So I included the example config like this:
/**
* Real Url config for vge_tagcloud
*
*
*/
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'_DEFAULT' => array(
'postVarSets' => array(
'_DEFAULT' => array(
'tagcloud' => array(
array('GETvar' => 'tx_vgetagcloud_pi2[keyword]'),
array('GETvar' => 'tx_vgetagcloud_pi2[pages]'),
)
)
)
)
)
And that  is giving url's like this:
http://www.hopperdepopperde.nl/tagcloud/tagcloud/banana/11_18/?cHash=f6bc832c6b370ec46c80b89d0cf73b2d
How to get rid of the  ?cHash=f6bc832c6b370ec46c80b89d0cf73b2d part? It is not very SEO friendly or nice looking for visitors. I could not find any sample setting for this. Thanks in advance for helping me out.
Kind Regards,
HocomAdvies
Wiechert Hooghwinkel
www.hocom-advies.nl
    
    
More information about the TYPO3-english
mailing list