[TYPO3-UG Denmark] Broken links i kopieret site

Per Thorsteinsson pt at zonith.com
Wed Jun 20 15:19:09 CEST 2007


Hej Allan

> Prøv at kikke efter PAGE.config.baseurl

> MVH
> Allan

Det jeg kaldte "site2" hedder i virkeligheden "nmsview"
Jeg har kigget i templaten, men kan ikke finde noget "PAGE.config.baseurl", skal jeg blot tilføje den? (og hvor?)
- og tak for dit input.

Min Setup: TypoScript Setup code
Ser sådan ud:

# configuring RealURL
config.simulateStaticDocuments = 0
config.baseURL = http://www.nmsview.com/
/*
# Ret her til www.nmsview.com
config.baseURL = http://www.nmsview.com/
config.sys_language_uid = 0 
config.language = en
config.locale_all = en_GB 
# config.baseURL = http://www.nmsview.com/
config.tx_realurl_enable = 1
config.index_enable=1
config.index_externals=1
*/


# Default PAGE object:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
page.config{
	admPanel=1
	xmlprologue = none
}
#page = PAGE
#page.typeNum = 0
#page.config.admPanel = 1

# Copying the content from TEMPLATE for <body>-section:
#page.10 < temp.mainTemplate
 
# Copying the content from TEMPLATE for <head>-section:
#page.headerData.10  < temp.headTemplate

page.config.index_enable = 1
page.config.index_externals = 1
page.config.typolinkCheckRootline = 1
plugin.tx_indexedsearch.search.rootPidList = -1
plugin.tx_indexedsearch.search.detect_sys_domain_records = 1
plugin.tx_indexedsearch._DEFAULT_PI_VARS.type = 1

# Set default and pagespecific META tags
page.meta.DESCRIPTION = {$meta.description}
page.meta.DESCRIPTION.override.field = description
page.meta.KEYWORDS = {$meta.keywords}
page.meta.KEYWORDS.override.field = keywords

plugin.tx_srlanguagemenu_pi1._CSS_DEFAULT_STYLE >




More information about the TYPO3-UG-denmark mailing list