[Typo3] gooffotoboek: how to make links to images/books ingooffotoboek, how ?
Arco
arco at appeltaart.mine.nu
Tue May 10 08:29:26 CEST 2005
> > You can use simulate static for this.
> thanks. ahem, sorry, what is/how/where "simulate static" ?
> (sorry for dumb question...)
http://typo3.org/documentation/document-library/doc_core_tstemplates/Publish/?encryptionKey=&cHash=335fa5a8f7
create a .htaccess file:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^[^/]*\.html$ index.php
and in your template:
[global]
config.simulateStaticDocuments = 1
config.simulateStaticDocuments_pEnc = md5
config.simulateStaticDocuments_noTypeIfNoTitle = 1
config.simulateStaticDocuments_addTitle = 40
config.simulateStaticDocuments_pEnc_onlyP (
no_cache,L,backPID,
tx_gooffotoboek_pi1[func],tx_gooffotoboek_pi1[fid],tx_gooffotoboek_pi1[srcdir],tx_gooffotoboek_pi1[slide],
)
this should do the trick (i think)
Arco
More information about the TYPO3-english
mailing list