Guest User

Untitled

a guest
Aug 14th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.80 KB | None | 0 0
  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. );
Advertisement
Add Comment
Please, Sign In to add comment