[Typo3] SimulateStatic on a windows server
Nige
nigelj at dsl.pipex.com
Tue Dec 20 19:04:27 CET 2005
Hi all,
I am trying to get simulatestaticdocuments working on my windows dev
server. I have it running so that links are displayed as
/title.UID.type.html, but clicking any link gives me a 404 error.
In my template setup I have...
page.config.simulateStaticDocuments_addTitle = 1
page.config.absRefPrefix = /
...and in .htaccess I have...
RewriteEngine On
RewriteBase /
RewriteRule typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^[^/]*\.html$ /index.php
I have to say that I don't fully understand the rules...I guess one of
these is at fault...could someone please help me as it's driving me nuts.
Cheers,
Nige
More information about the TYPO3-english
mailing list