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