Force browser to reload index.htm

前端 未结 3 1333
面向向阳花
面向向阳花 2021-01-30 08:55

how can I force a browser to always load the newest version of index.htm when the page is loaded by entering the URL www.mydomain.com/index.htm or just www.mydomain.com in the b

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 09:37

    To do this, you will need to perform some server-side coding along the way. You can use technologies like PHP or ASP.NET for this. I prefer coding with PHP, so here is a PHP-based example. First of all, make sure your INDEX is called "index.php", rather than "index.html" or "index.htm". Now take note of the following codes and make integrate this to your index.php file, while inserting your own page contents as well:

    
    
        
    
        
            
        
    
        
    
            
    
            
    
        
    
    
    

提交回复
热议问题