Quote:
Originally Posted by MrNase
How do I know it's running?
I added only these two lines to my .htaccess:
PHP Code:
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]
What do the others do? 
|
if you just added the two lines to my .htaccess
you must upload the redir.php.
the others do :Add Expires header and Configure ETags.
if you can not fell fast use the "yslow" in firefox, it will tell you if it works.