I activated the plugin and I can see the call to the new css file in the html but the styles are not applied and if I try and directly hit the css file I get a 404.
Any ideas how I could debug this?
the style is being displayed as <link rel=”stylesheet” href=”http://mywebsitename.com/wp-content/plugins/wp-css/wp-css-compress.php?f=style.css&d=&t=1271538663″ type=”text/css” media=”screen” />
and the html is
<link rel=”stylesheet” href=”<?php wp_css(‘style.css’); ?>” type=”text/css” media=”screen” />
thanks in advance
BTW the admin says “No CSS files are cached.”
that pretty much covers everything I can tell you about.