Lazorbeam
11-03-2011, 02:04 AM
I've updated my .htaccess file with this one: https://vborg.vbsupport.ru/attachment.php?attachmentid=131576&d=1312167718
The file changes quite a few things, and sped up my forums significantly. However!
Posts aren't being updated right away. From what I've seen so far, if a user makes a post, thread, or article and successfully posts it, this content will not be available until the page is refreshed.
ie: I post a CMS article and go to the home page, the article will not appear. If I refresh the page, it does appear.
PM notifications aren't "updating" until a refresh either.
I'm thinking I may need to remove the html portion of the htaccess file?
Any help is appreciated.
Edit: Running vBulletin 4.1.4 on a VPS.
--------------- Added 1320338673 at 1320338673 ---------------
Problem solved.
If you encounter this problem, make sure not to cache html. Remove these lines from your htaccess file:
AddType text/html .html .htm
ExpiresByType text/html A3600
Thanks to DirtBikeAddict for the help.
The file changes quite a few things, and sped up my forums significantly. However!
Posts aren't being updated right away. From what I've seen so far, if a user makes a post, thread, or article and successfully posts it, this content will not be available until the page is refreshed.
ie: I post a CMS article and go to the home page, the article will not appear. If I refresh the page, it does appear.
PM notifications aren't "updating" until a refresh either.
I'm thinking I may need to remove the html portion of the htaccess file?
Any help is appreciated.
Edit: Running vBulletin 4.1.4 on a VPS.
--------------- Added 1320338673 at 1320338673 ---------------
Problem solved.
If you encounter this problem, make sure not to cache html. Remove these lines from your htaccess file:
AddType text/html .html .htm
ExpiresByType text/html A3600
Thanks to DirtBikeAddict for the help.