[TYPO3] short urls and realurl
Matthew Manderson
matthew at manderson.co.uk
Mon Jun 12 14:54:31 CEST 2006
> or maybe any solution with simulateStaticDocuments but without encoded
> vars into M52087573ab0.0.html ...
Yes for this I would drop realurl and go with simulate static.
Try this or similar and remember to add something into the alias field of
each page.
This gives me: http://www.domain.com/about-us.html no matter how far into
the page tree the page is.
################################################
# 1 - STATIC SIMULATE
################################################
# NB remember to add something into the alias field for each page
#RewriteRule .* /3.8.1/index.php
config.simulateStaticDocuments = 1
config.sendCacheHeaders = 1
config.absRefPrefix = http://www.domain.com.ua/dummy-4.0/
config.simulateStaticDocuments_noTypeIfNoTitle = 1
#config.simulateStaticDocuments_addTitle=22
config.uniqueLinkVars = 1
#config.simulateStaticDocuments_pEnc = base64
#config.simulateStaticDocuments_pEnc = md5
Matthew
More information about the TYPO3-english
mailing list