[TYPO3] Add page tree path to simulate static urls?

Matthew Manderson matthew at manderson.co.uk
Tue Aug 1 22:18:17 CEST 2006


Any ideas how to approach solving this problem?

A simple page tree using mount points to the alias 'shared' using simulate
static.

www
 parent1(6) =>shared
 parent2(7) =>shared
 shared(8)

With simulate static enabled:

config.simulateStaticDocuments = 1
config.simulateStaticDocuments_noTypeIfNoTitle = 1

This results in URL's:

shared.html?&MP=8-6
shared.html?&MP=8-7

How is it possible to produce the url's:

parent1/shared.html and
parent2/shared.html

Thanks,
Matthew




More information about the TYPO3-english mailing list