Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem: Have to always refresh pages to see new content
#3
I am also hosting a phpbb3 forum on my Sourceforge project web and I have no similar problems. So I am pretty curious.

Ok, I fixed it.

In the Root of my GetSimple installation,
I put the following @ the end of My .htaccess file.

Code:
<FilesMatch "\.(php)$">
    <IfModule mod_expires.c>
        ExpiresActive Off
    </IfModule>
    <IfModule mod_headers.c>
        Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
    </IfModule>
</FilesMatch>

I got this code from: http://get-simple.info/wiki/config:htacc...timization

Here's a quote:
Code:
Depending on your setup you may need to add the following lines, to prevent caching of the admin pages, and the edited pages therein:

Now the admin pages update automatically Smile i checked by deactivating/activating plugins without refreshing, and the editor, changing pages. it all works. It also works from the end-user perspective. I don't need to manually refresh the actual pages themselves either. YAY HOOORAY for the repair!!!
Reply


Messages In This Thread
RE: Problem: Have to always refresh pages to see new content - by bazz - 2013-02-25, 11:08:33



Users browsing this thread: 1 Guest(s)