
06-02-2008, 09:24 PM
|
|
|
Join Date: Oct 2006
Location: California
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by pedroenf
Just one info for those who upgrade VBSEO to RC7. In .htaccess file you have to modify one line:
Code:
####Gzip
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)(js|css|jpg|gif)$ redir.php?file=$1$2&type=$2 [L]
</IfModule>
Just add the code line in red or your images and chats wont work right. At least for me that have static contents (images) in a second server.
|
and it works now
thanks for this tip
|