include external css.gz in drupal themes
Posted
by kles
on Stack Overflow
See other posts from Stack Overflow
or by kles
Published on 2010-05-23T17:03:56Z
Indexed on
2010/05/23
17:11 UTC
Read the original article
Hit count: 326
css
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
© Stack Overflow or respective owner