View difference between Paste ID: WspVV7Rm and Wu0YM4nd
SHOW: | | - or go back to the newest paste.
1
<?php
2
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']= array (
3-
	'_DEFAULT' => array (
3+
  '_DEFAULT' => array (
4-
		'init' => array (
4+
    'init' => array (
5-
			'enableCHashCache' => true,
5+
      'enableCHashCache' => true,
6-
			'appendMissingSlash' => 'ifNotFile,redirect',
6+
      'appendMissingSlash' => 'ifNotFile,redirect',
7-
			'adminJumpToBackend' => true,
7+
      'adminJumpToBackend' => true,
8-
			'enableUrlDecodeCache' => true,
8+
      'enableUrlDecodeCache' => true,
9-
			'enableUrlEncodeCache' => true,
9+
      'enableUrlEncodeCache' => true,
10-
			'emptyUrlReturnValue' => '/',
10+
      'emptyUrlReturnValue' => '/',
11-
		),
11+
    ),
12-
		// 'pagePath' => array (
12+
    'pagePath' => array (
13-
			// 'type' => 'user',
13+
      'type' => 'user',
14-
			// 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
14+
      'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
15-
			// 'spaceCharacter' => '-',
15+
      'spaceCharacter' => '-',
16-
			// 'languageGetVar' => 'L',
16+
      'languageGetVar' => 'L',
17-
			// 'rootpage_id' => '1',
17+
      'rootpage_id' => '1',
18-
		// ),
18+
    ),
19-
		'fileName' => array (
19+
    'fileName' => array (
20-
			'defaultToHTMLsuffixOnPrev' => 0,
20+
      'defaultToHTMLsuffixOnPrev' => 0,
21-
			'acceptHTMLsuffix' => 1,
21+
      'acceptHTMLsuffix' => 1,
22-
			'index' => array (
22+
      'index' => array (
23-
				'print' => array (
23+
        'print' => array (
24-
					'keyValues' => array (
24+
          'keyValues' => array (
25-
						'type' => 98,
25+
            'type' => 98,
26-
					),
26+
          ),
27-
				),
27+
        ),
28-
			),
28+
      ),
29-
		),
29+
    ),
30-
	),
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
);