Skip to content

Commit

Permalink
Corrected the new htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
jussi-kalliokoski committed Apr 8, 2011
1 parent 1bcd6a1 commit c6bb4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/misc/webapp-htaccess
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RewriteCond %{HTTP_USER_AGENT}".*Safari.*" [OR]
RewriteCond %{HTTP:AcceptEncoding} !gzip RewriteCond %{HTTP:AcceptEncoding} !gzip
RewriteRule (.*)\.cgz$ $1\.css [L] RewriteRule (.*)\.cgz$ $1\.css [L]


AddType "text/stylesheet;charset=UTF-8" .cgz AddType "text/css;charset=UTF-8" .cgz
AddEncoding gzip .cgz AddEncoding gzip .cgz

0 comments on commit c6bb4a2

Please sign in to comment.