網站暫停使用頁面用法 --App_offline.htm

摘要:網站暫停使用頁面用法 --App_offline.htm

網站暫停使用頁面用法 --App_offline.htm

  1. 上傳App_offline.htm到web root(一定要在根目錄)
  2. 更新web site
  3. 移除App_offline.htm


這樣的做法可以保證在更新過程中的使用者都會連到App_offline.htm

注意事項:

因此page的大小須大於512bytes,故也可在HTML中加入註解,以增大小

如:

<body>
 
    <h1>Under Construction</h1>
 
 
 
    <h2>Gone to Florida for the sun...</h2>
 
    

<!--        

    Adding additional hidden content so that IE Friendly Errors don't prevent
 
    this message from displaying (note: it will show a "friendly" 404
 
    error if the content isn't of a certain size).
 
    

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>  

    <h2>Gone to Florida for the sun...</h2>      

-->
 
</body>

 

文章簽名檔