
To use this you have to set 'config.simulateStaticDocuments = 1' in the setup field of your template.
With 'config.simulateStaticDocuments_pEnc = base64' you can have URLs which look like static pages, even if they have get data.
Also you can set 'config.simulateStaticDocuments_pEnc = md5'. Then the get data is stored in the database and Typo3 reads them from there.
This can be very useful eg. with a forum...
To use this feature, you also need a '.htacces' file in the top directory of the Typo3 installation with the following content:
RewriteEngine On
RewriteRule ^[^/]*\.html$ index.php
Until now this function is not supported by every extension.