Bluehost.com Web Hosting $6.95

Help with cache-proxies

This is a discussion on Help with cache-proxies within the PHP General forums, part of the PHP Programming Forums category; Hi to all, i have a big problem, i use a phpBB forum in my page, here in Spain the ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-25-2003
desa15@necso.es
 
Posts: n/a
Default Help with cache-proxies

Hi to all, i have a big problem, i use a phpBB forum in my page, here in
Spain the ISP's use a cache proxie system.

And when change anything in my forum such as image or new functionality, my
users can not view the forum.

Yesterday i include a visual system confirmation to register, and today my
users can not view the forum.

This is the header directives of the header file of the forum

if (!empty($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER
['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
echo "Apache 2";
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0,
max-age=0');
echo "Apache";
}
header ('Expires: 1');
header ('Pragma: no-cache');

Any one can help me

Excuse my broken english





Un saludo, Danny


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 05:36 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0