225
| Simulate Static Documents |
 |
 |
 |
This feature allows you to invoke the index.php script through a non-existing filename following a syntax like [page-id].[type#].html. With a rewrite rule (Apache webservers modrewrite) you direct any request to this file (which does not exists really!) into index.php which displays the right page based on the filename.
This allows Typo3 to cheat search engines into thinking that this is a truely static document and thus the page is indexed.
Notice how the links in the menu points to these "fake" html-documents. Whether or not clicking a link will work depends on a .htaccess file which should be found in the root of the site. 

|