This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* http://www.typo3.net/artikel/typo3-howto-domain-basierte-sprachumschaltung-mit-realurl/ */ | |
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array ( | |
'www.mysite.ch' => array( | |
'init' => array( | |
'enableCHashCache' => 1, | |
'appendMissingSlash' => 'ifNotFile', | |
'enableUrlDecodeCache' => 1, | |
'enableUrlEncodeCache' => 1, | |
), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# TYPO3 Flow context setting | |
# | |
# You can specify a default context by activating this option: | |
# SetEnv FLOW_CONTEXT Production | |
# If the root path is not the parent of the Web directory, | |
# TYPO3 Flow's root path must be specified manually: | |
# SetEnv FLOW_ROOTPATH /var/www/myapp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Visol\Userunilupublications\Hooks; | |
use Visol\Userunilupublications\Service\AccessControlService; | |
/*************************************************************** | |
* Copyright notice | |
* (c) 2014 Lorenz Ulrich <[email protected]> | |
* All rights reserved | |
* This script is part of the TYPO3 project. The TYPO3 project is | |
* free software; you can redistribute it and/or modify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "http://composer.typo3.org/" | |
}, | |
{ | |
"type": "git", | |
"url": "https://github.com/visol/easyvote.git" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_redirectPageID'] = 4690; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\Site\Userfunc; | |
/** | |
* This file is part of the TYPO3 CMS project. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[globalVar = GP:L=1] | |
config { | |
sys_language_uid = 1 | |
language = en | |
locale_all = en_CH.utf8 | |
htmlTag_langKey = en | |
baseURL = http://default.domain.tld/ | |
} | |
[global] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$realUrlSiteConfigurations = [ | |
'site1' => [ | |
'rootPageUid' => 1, | |
'schema' => 'https', | |
'languageDomainMap' => [ | |
0 => 'www.site1.ch', | |
1 => 'www.site1.fr', | |
2 => 'www.site1.it', | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page { | |
bodyTagCObject = COA | |
bodyTagCObject { | |
wrap = <body|> | |
20 = TEXT | |
20.value.field = uid | |
20.stdWrap.noTrimWrap = | data-uid="|"| | |
30 = HMENU |
OlderNewer