Author: [email protected] Date: Tue Dec 30 13:59:31 2008 New Revision: 421 Modified: site/.htaccess
Log: Merge branch 'tuned' Modified: site/.htaccess ============================================================================== --- site/.htaccess (original) +++ site/.htaccess Tue Dec 30 13:59:31 2008 @@ -1,5 +1,9 @@ Options -Indexes +# inspired by http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ +# compress all text & html: +AddOutputFilterByType GZIP text/html text/plain text/xml text/css application/javascript + RewriteEngine on RedirectMatch 403 /\.svn.*$ --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
