include external css.gz in drupal themes
- by kles
hi,
im trying to include css.gz from external source, but still not works on all browsers
<link rel="stylesheet" type="text/css" media="all" href="http://www.website.com/style.css.gz" />
i dont know what is the problem
(my web server: nginx, and test server: apache)
thanks