[TYPO3-english] staticpub and to top link

Tomoko OOYA ooya at kcn.ad.jp
Sat Feb 19 04:48:45 CET 2011


Hi, I'm working on my first TYPO3 site.


with  config.prefixLocalAnchors = all, output in static html file
<p class="csc-linkToTop"><a href="index.php?id=588#container">
result in broken link


without config.prefixLocalAnchors = all  output
<p class="csc-linkToTop"><a href="../../../#container">
result in link to root page

what's wrong?

instllation --------------------------------------------------

 TYPO3:  4.3.3
 realurl: 1.8.1
 staticpub: 1.1.0

realurl setup ------------------------------------------------

 config.simulateStaticDocuments = 0
 config.baseURL = http://192.168.X.XXX/
 config.tx_realurl_enable = 1
 config.prefixLocalAnchors = 1

staticpub setup -----------------------------------------------

tx_crawler.crawlerCfg.paramSets {
  staticpub = &L=[|_TABLE:pages_language_overlay;_FIELD:sys_language_uid]
  staticpub.procInstrFilter = tx_staticpub_publish
  staticpub.procInstrParams.tx_staticpub_publish.includeResources = relPath
  staticpub.procInstrParams.tx_staticpub_publish.overruleBaseUrl =

  staticpub.baseUrl = http://localhost/
}


More information about the TYPO3-english mailing list