-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
29 lines (20 loc) · 2.2 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# cat=basic/enable; type=string; label=Path to configuration file:Optional. If you placed RealURL configuration in a separate file, RealURL can include it for you. Specify a file name related to web site root directory.
configFile = typo3conf/realurl_conf.php
# cat=basic/enable; type=boolean; label=Enable automatic configuration:Enable this if you do not want to write configuration manually. It will generate configuration automatically and store it in typo3conf/. Automatically ignored if you wrote configuration yourself. See manual for more information.
enableAutoConf = 1
# cat=basic/enable; type=options[Serialized=0,PHP source (slow!)=1]; label=Automatic configuration file format:Defines how autoconfiguration file is stored. Use "Serialized" because it is 10 times or more faster! Use "PHP source" if you are curious what is generated or want to copy and modify generated configuration.
autoConfFormat = 0
# cat=basic/enable; type=boolean; label=Enable devLog:Debugging-only! Required any 3rd party devLog extension
enableDevLog = 0
# cat=basic/enable; type=boolean; label=Enable strict mode:In strict mode RealURL will not do workarounds for configuration errors but will abort with the "404 Not found" error. It is recommended to enable this setting because it makes sure that the configuration is correct. Turning this mode off will force RealURL to recover from errors but will badly affect the performance if the configuration contains errors.
#enableStrictMode = 1
# cat=basic/enable; type=boolean; label=Store URL for cHash cache:Allows to store full URL in the cHash cache table for debugging purposes. Normally should be off.
enableChashUrlDebug = 0
# cat=basic//10; type=boolean; label= add the fields overridepath and exclude also to page language overlay
addpageOverlayFields = 1
# cat=basic//10; type=text; label= Default expire time for generated paths (revalidates after x sec)
defaultCacheTimeOut = 1000
# cat=basic//10; type=boolean; label= Localize Shortcuts : Only works if pages_language_overlay also contains shortcuts
localizeShortcuts = 0
# cat=basic//10; type=boolean; label= Use languagevisibility : Takes settings/fallbacks with the languagevisibility extensions into account
useLanguagevisibility = 0