1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

My Computer is not Loading the updated Websites

Discussion in 'General Internet' started by zeeshanhashmi, 2008/07/14.

  1. 2008/07/14
    zeeshanhashmi

    zeeshanhashmi Inactive Thread Starter

    Joined:
    2008/01/13
    Messages:
    77
    Likes Received:
    0
    hello Masters

    I have an interenet connection and 3 computers are attached to internet through this connection.

    I am a PHP/MySQL Developer. so I develop websites and upload them to a server and then test them.

    Now what is happening is that, i recently updated my script and then tested it on my computer. 1 computer still loading the old page and not the updated page. I tried it on other computers and on those computers it works perfect. But in only 1 computer it keep loading the old pages and did not load the updated page.

    Please let me know what the problem looks like. I have tried deleting the temporary files / cleaning history etc but nothing worked.

    I shall be thankful for your support.

    Thanks
    Zeeshan
     
  2. 2008/07/14
    mflynn

    mflynn Inactive

    Joined:
    2002/08/14
    Messages:
    4,141
    Likes Received:
    9
    Masters?? We are not on a plantation nor are we a Golf Course!:D

    OK since it works on the other 2 it almost has to be coming from a cache.

    Don't know how you cleaned but use the below then reboot.

    D/L install and run ATF-Cleaner clear all except passwords in all browsers you have. Run repeatedly until no more found.

    http://www.majorgeeks.com/ATF_Cleaner_d4949.html

    D/L and install CCleaner: Clean temps and registry. Run both (temp and registry) repeatedly until no more found.

    http://www.ccleaner.com/download/bui...wnloading-slim

    Mike
     

  3. to hide this advert.

  4. 2008/07/15
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    For testing purposes, on your php script, put this at the beginning of the file BEFORE any other lines of code.

    Code:
    <?php
    header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 
    header('Cache-Control: no-store, no-cache, must-revalidate'); 
    header('Cache-Control: post-check=0, pre-check=0', FALSE); 
    header('Pragma: no-cache');
    ?>
    This will prevent the browser from caching the page.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.