
05-12-2008, 05:37 PM
|
 |
|
|
Join Date: Dec 2005
Location: China
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by apn3a
I've tried installing this hack. works perfectly on my forum (makes it really fast); however, it screws up another software i run on my domain. The problem seems to be in under compressing java files. My other software has a dhtml menu (which includes java files), and it disappears whenever i install this hack. Also the images take a while to load. Any thoughts?
|
try this:
edit .htaccess find
RewriteRule ^(.*)(js|css|gif|jpg)$ redir.php?file=$1$2&type=$2 [L]
coverd as
RewriteRule ^(.*)(css|gif|jpg)$ redir.php?file=$1$2&type=$2 [L]
|