Hi,
i tried the above with Better WP Minify – combine css and js. however, wp theme and wp content still appears.
also i realize in htaccess,
RewriteRule ^abc/(.*) /wp-content/themes/abc/$1 [QSA,L]
RewriteRule ^content_main/(.*) /wp-content/themes/abc/$1 [QSA,L]
is this right? i thought the plugins should only has one rewrite theme url.
please advise combine css/js and htaccess.
thanks