Force users to recache url
        Posted  
        
            by 
                Ni Le
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ni Le
        
        
        
        Published on 2012-11-19T16:50:34Z
        Indexed on 
            2012/11/19
            16:59 UTC
        
        
        Read the original article
        Hit count: 269
        
I had a setting in my domain controller to redirect my domain that another domain.
Example
http://mysite.com redirected to http://othersite.com
I removed the redirect about one week ago, but some users still seeing the redirect http://othersite.com rather than http://mysite.com.
Clearing the browser cache fixes the problem.
Is there are way I can force users to update their cache when they go to my site?
© Stack Overflow or respective owner