.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ====================== EXT: Static File Cache ====================== :Author: Spyker :Created: 2006-05-21T15:02:16 :Changed: 2006-09-15T14:51:58 :Email: tim@fruit-lab.de :Info 2: :Info 3: :Info 4: .. _EXT-Static-File-Cache: EXT: Static File Cache ====================== Extension Key: **fl\_staticfilecache** Copyright 2006, Tim Lochmüller, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: Static File Cache 1** **Introduction 1** What does it do? 1 Requirements 1 Sponsors 1 Credits 1 Configuration 1 TYPO3 htaccess hack 2 **To-Do list 2** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ This extension generate Static Files from pages that the admin/editor choose. These files will load if a webuser visits your page. So... Typo3 isn´t load anymore at a Static File Cache Page. .. _Requirements: Requirements ^^^^^^^^^^^^ Developed and used @ Typo3 4.0.1 .. _Sponsors: Sponsors ^^^^^^^^ You may sponsor further development of this extension by sending your contribution by contacting the author. Please consider sponsoring only when you are willing to spend more than 20 Euro. Thank you very much! .. _Credits: Credits ^^^^^^^ Tim Lochmüller - typo3.fruit-lab.de .. _Configuration: Configuration ^^^^^^^^^^^^^ After the installation of the Extension you get a new backend module. To config the Static File Cache extension you have to add same Lines to your htaccess file from the next Page. After the configuration you can choose the Cache Pages in the Static File Cache module. **Important detail: SimulateStaticDocuments or RealURL is needed, because no pages are cached where a GET or a POST Parameter is there!** .. _TYPO3-htaccess-hack: TYPO3 htaccess hack ^^^^^^^^^^^^^^^^^^^ You have to add a mod\_rewrite Rule to your htaccess file. (There is a example htaccess file in the EXT-dir of fl\_staticfilecache) ##################################################### ############## Static File Cache #################### ##################################################### RewriteCond %{REQUEST\_METHOD} GET RewriteCond %{QUERY\_STRING} ^$ RewriteCond %{DOCUMENT\_ROOT}/uploads/tx\_flstaticfilecache%{SCRIPT\_F ILENAME}%{PATH\_INFO}cache.html -f RewriteRule .\* %{DOCUMENT\_ROOT}/uploads/tx\_flstaticfilecache%{SCRIP T\_FILENAME}%{PATH\_INFO}cache.html [L] If the TYPO3 Installation isn´t in your root dir you have to add the absolute path to TYPO3 here instead %{DOCUMENT\_ROOT} Add the Rule OVER this TYPO3 Rules: RewriteCond %{REQUEST\_FILENAME} !-f RewriteCond %{REQUEST\_FILENAME} !-d RewriteCond %{REQUEST\_FILENAME} !-l RewriteRule .\* index.php [L] .. _To-Do-list: To-Do list ---------- - Translate Extension in different languages. - Add features to the backend Module - Clean Source Code of the Extension |img-1| EXT: Static File Cache - 2 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102