View Single Post
03-11-2012, 07:57 PM   #4
Damoen
Junior Member
 
Join Date: Oct 2011
Posts: 8
Rep Power: 0
Damoen is getting browny points
Quote:
Originally Posted by Amaca View Post
i was talking about the 10.0.10 vBridge version, i have to install it with WP 3.3...do you think it could helps?

by the way can you try to help me with some tips? you know a WP cache that works easiness, or some other idea or infos?
You need to add your forum folder to the page cache execeptions in the WP cache.

There are also some lines you have to add to your forums .htaccess file.

add this to the .htaccess file in ur forum's folder:

Quote:
# Set Expires to default 0
ExpiresActive On
ExpiresDefault A0

# No caching
<FilesMatch "\.(php|cgi|pl|htm|html)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>

Last edited by Damoen; 03-11-2012 at 08:32 PM.
Damoen is offline   Reply With Quote