Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']= array (
- '_DEFAULT' => array (
- 'init' => array (
- 'enableCHashCache' => true,
- 'appendMissingSlash' => 'ifNotFile,redirect',
- 'adminJumpToBackend' => true,
- 'enableUrlDecodeCache' => true,
- 'enableUrlEncodeCache' => true,
- 'emptyUrlReturnValue' => '/',
- ),
- 'pagePath' => array (
- 'type' => 'user',
- 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
- 'spaceCharacter' => '-',
- 'languageGetVar' => 'L',
- 'rootpage_id' => '1',
- ),
- 'fileName' => array (
- 'defaultToHTMLsuffixOnPrev' => 0,
- 'acceptHTMLsuffix' => 1,
- 'index' => array (
- 'print' => array (
- 'keyValues' => array (
- 'type' => 98,
- ),
- ),
- ),
- ),
- ),
- );
- $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']= array (
- 's.exam.pl' => array (
- 'init' => array (
- 'enableCHashCache' => true,
- 'appendMissingSlash' => 'ifNotFile,redirect',
- 'adminJumpToBackend' => true,
- 'enableUrlDecodeCache' => true,
- 'enableUrlEncodeCache' => true,
- 'emptyUrlReturnValue' => '/',
- ),
- ),
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement