Advertisement
Guest User

Untitled

a guest
Aug 15th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']= array (
  3.   '_DEFAULT' => array (
  4.     'init' => array (
  5.       'enableCHashCache' => true,
  6.       'appendMissingSlash' => 'ifNotFile,redirect',
  7.       'adminJumpToBackend' => true,
  8.       'enableUrlDecodeCache' => true,
  9.       'enableUrlEncodeCache' => true,
  10.       'emptyUrlReturnValue' => '/',
  11.     ),
  12.     'pagePath' => array (
  13.       'type' => 'user',
  14.       'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
  15.       'spaceCharacter' => '-',
  16.       'languageGetVar' => 'L',
  17.       'rootpage_id' => '1',
  18.     ),
  19.     'fileName' => array (
  20.       'defaultToHTMLsuffixOnPrev' => 0,
  21.       'acceptHTMLsuffix' => 1,
  22.       'index' => array (
  23.         'print' => array (
  24.           'keyValues' => array (
  25.             'type' => 98,
  26.           ),
  27.         ),
  28.       ),
  29.     ),
  30.   ),
  31. );
  32.  
  33. $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']= array (
  34.   's.exam.pl' => array (
  35.     'init' => array (
  36.       'enableCHashCache' => true,
  37.       'appendMissingSlash' => 'ifNotFile,redirect',
  38.       'adminJumpToBackend' => true,
  39.       'enableUrlDecodeCache' => true,
  40.       'enableUrlEncodeCache' => true,
  41.       'emptyUrlReturnValue' => '/',
  42.     ),
  43.   ),
  44. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement