Author: mr0...@mro.name Date: Tue Dec 30 17:15:33 2008 New Revision: 422 Modified: site/.htaccess
Log: issue#42 fix(?) .htaccess filter setting. Modified: site/.htaccess ============================================================================== --- site/.htaccess (original) +++ site/.htaccess Tue Dec 30 17:15:33 2008 @@ -2,10 +2,10 @@ # 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 +AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript RewriteEngine on RedirectMatch 403 /\.svn.*$ ErrorDocument 403 /403.html -ErrorDocument 404 /404.html \ No newline at end of file +ErrorDocument 404 /404.html --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---