RewriteRule ^(gz|nz)/(.*)\.(js|css)$ jscss.php?f=$2&type=$3&gz=$1
Match ^/plugins/system/COMP_plugin/(gz|nz)/(.*)\.(js|css)$ Rewrite /plugins/system/COMP_plugin/jscss.php?f=$2&type=$3&gz=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/component/) [OR]
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]