Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. config  {
  2.     rootpage_id=30
  3.     admPanel = 0
  4.     headerComment (
  5.         Webdevelopment by
  6.         XXX
  7.     )
  8.     doctype = xhtml_strict
  9.     metaCharset = UTF-8
  10.     xhtml_cleaning = all
  11.     htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
  12.  
  13.     index_enable = 1
  14.     spamProtectEmailAddresses = ascii
  15.     spamProtectEmailAddresses_atSubst = (at)  
  16.    
  17.     noScaleUp = 1
  18.  
  19.     meaningfulTempFilePrefix = 50
  20.  
  21.     linkVars = L
  22.     uniqueLinkVars = 1
  23.     locale_all = en_EN
  24.     language = en
  25.    
  26.     sys_language_uid = 0
  27.     sys_language_mode = content_fallback
  28.     sys_language_overlay = 1
  29.    
  30.     simulateStaticDocuments = 0
  31.     baseURL = http://www.domain.com/
  32.     tx_realurl_enable = 1
  33.  
  34.     typolinkCheckRootline = 0
  35.     typolinkEnableLinksAcrossDomains = 0
  36. }
  37.  
  38. [globalVar = GP:L = 1]
  39. config.locale_all = nl_NL
  40. config.language = nl
  41. config.sys_language_uid = 1
  42. config.baseURL = http://www.domain.nl/
  43.  
  44. [global]
  45.  
  46. [globalVar = GP:L = 2]
  47. config.locale_all = es_ES
  48. config.language = es
  49. config.sys_language_uid = 4
  50. config.baseURL = http://www.domain.es/
  51.  
  52. [global]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement