|
Apologies for posting this here, but how do I tell which version of Minify I am currently using?
I have the minify folder in the webroot/lib
and when I view the README it says I have Minify 2.1. However, according to the version numbers given above, I need to be running an earlier version for Mageno 1.3.2.3. If this is true, what version should I be running and where can I download it? I only find the most recent versions available for download on your site.
I’m having a problem with getting my CSS loaded for my checkout cart, although it seems to work with everything else and I think I may have something wrong with my .htaccess in one (or more?) of the folders. I’m running a multi-store off one Magento installation (v 1.3.2.3) but only actually using the store that is located in a subfolder. So I think I need to get the Minify in that folder to go back and look in a parent directory.
Currently the .htaccess for the store has the following rule:
## Compress, Combine and Cache Javascript/CSS RewriteRule ^(index.php/)?minify/([^/]+)(/.*.(js|css))$ lib/minify/m.php?f=$3&d;=$2
Do I need a similar or adjusted rule for other folders to get checkout to also show the CSS?
Thanks in advance!
|