I think that the sfSuperCache plugin was doing this at one time during
Symfony 1.0, I'm not aware of any plugins doing this for Symfony 1.4
Check here: http://www.symfony-project.org/plugins/sfSuperCachePlugin

    gabriel


On Nov 29, 12:26 pm, "Felix E. Klee" <[email protected]> wrote:
> In the default ".htaccess" in Symfony 1.4, the following code block can
> be found:
>
>  # we check if the .html version is here (caching)
>  RewriteRule ^$ index.html [QSA]
>  RewriteRule ^([^.]+)$ $1.html [QSA]
>  RewriteCond %{REQUEST_FILENAME} !-f
>
> What cache is the comment referring to? Is Symfony ever creating ".html"
> files for caching?
>
> I am asking because I am in the process of developing a custom
> ".htaccess" file for a special server setup, and I want to keep things
> as simple as possible.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to