Quote:
Originally Posted by simonhind
everybody needs to read this thread Jacko919 is not the developer of this mod, i recently done a google search and found this
Click this link
|
Hahaha you are really funny dude.
First check post time: @ 2008 - 05 - 30 11:22:00
Second Jack is developer and he is using my security fix for php source displaying the code at the top was given by me to jack coz he does not know php so much.
For mariocaz:
Lool its not about that mod its about you enabled NoCache feature from vbulletin settings or u changed htaccess permits.
Because this mod just rewrites static contents like js/css/images which is not needed to reload from server all the time. If you do not know about coding do not suggest Do Not Install
Quote:
Originally Posted by pross
instead of your external script i use this on all my sites...
Code:
<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|htm|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
|
Actually using mod_deflate on bigger forums or sites make bigger problem on your server and you need to add expire settings to your configuration without expire header those static content always loaded everytime.