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.