Guest User

HP

a guest
Dec 9th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.69 KB | None | 0 0
  1. <?php
  2. $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
  3.     'www.domain.dk' => array(
  4.         'init' => array(
  5.             'enableCHashCache' => '1',
  6.             'enableUrlDecodeCache' => '1',
  7.             'enableUrlEncodeCache' => '1',
  8.             'appendMissingSlash' => 'ifNotFile',
  9.         ),  
  10.         'fileName' => array('defaultToHTMLsuffixOnPrev' => '0'),
  11.         'preVars' => array(
  12.             0 => array(
  13.                 'GETvar' => 'L',
  14.                 'valueMap' => array(
  15.             'dk' => '0', // The important part
  16.                     'sv' => '1',
  17.                     'no' => '2',
  18.  
  19.                 ),  
  20.                 'noMatch' => 'bypass',
  21.             ),  
  22.         ),  
  23.  
  24.  
  25. ...
  26.  
Advertisement
Add Comment
Please, Sign In to add comment