TYPO3

What does SimulateStaticDocuments mean?

deutsch Hier klicken, um diese Seite auf Deutsch zu lesen: SimulateStaticDocuments

SimulateStaticDocuments (SSD) is the name of a TypoScript command. It is used to convert TYPO3's default URLs with GET parameters (like "index.php?id=123") into pseudo-static URLs (like "products.html").

The simulated static URLs are better readable for human visitors. Also it can improve search engine optimization. A similar, but much more sophisticated, way to convert URLs into speaking URLs is by using the realurl extension.

Differences between SimulateStaticDocuments and RealURL

SimulateStaticDocumentsRealURL
is a setting in the TypoScript templatean extension needs to be installed and configured
is easier to configureoffers far more possibilities for URL rewriting
can generate XHTML files that are stored physically on the web serverno static files can be stored on the web server

Comments for What does SimulateStaticDocuments mean?

Add a comment


(will not be displayed)


(Fields marked with a * are mandatory)
Please note that your comment will be checked before it gets published.
Aktuelles

Latest TYPO3 tutorial
How to define special links with custom tags

How to define special links with custom tags

September 2010 – How you can define your own tags for specific links in TYPO3. We show tags for nofollow links, links to other languages and links to tt_news records. more

Latest TypoScript snippet
Automated backlink to parent page

Automated backlink to parent page

December 2009 – How to automatically generate a back link to a page one level above the current page. more

Latest glossary entry
File browsers in TYPO3

File browsers in TYPO3

March 2010 – What are file browsers in TYPO3 and how can they be used? more