大漠駝鈴

          置身浩瀚的沙漠,方向最為重要,希望此blog能向大漠駝鈴一樣,給我方向和指引。
          Java,Php,Shell,Python,服務器運維,大數據,SEO, 網站開發(fā)、運維,云服務技術支持,IM服務供應商, FreeSwitch搭建,技術支持等. 技術討論QQ群:428622099
          隨筆 - 238, 文章 - 3, 評論 - 117, 引用 - 0
          數據加載中……

          Cenots apache修改默認頁面,轉發(fā)

          /var/www/error/noindex.html

          網站還沒有做好,可以先做一個簡單的轉發(fā)。



          下面寫的比較詳細了。
          If you install the Apache web server on your Fedora system, start it, and then access it before adding any content, you'll see the "Fedora Test Page" or "Welcome Page" as shown here. Where does this page come from, where is it configured, and how does it disappear once you add content?

          This page clearly isn't configured in the main Apache configuration file, /etc/httpd/conf/httpd.conf -- there is no mention of it there at all. Instead, the configuration for this page is actually specified in /etc/httpd/conf.d/welcome.conf, which looks like this:

          #
          # This configuration file enables the default "Welcome"
          # page if there is no default index page present for
          # the root URL. To disable the Welcome page, comment
          # out all the lines below.
          #
          <LocationMatch "^/+$">

          Options -Indexes
          ErrorDocument 403 /error/noindex.html

          </LocationMatch>

          The LocationMatch directive ensures that this configuration applies only to requests with a path of / (or multiple slashes), which matches only requests to the DocumentRoot (http://ServerName/). For any such request, the Indexes option is disabled, so you cannot get an automatic index or directory listing. If a pre-built index page exists, such as index.html or index.html.var, that file is served; but if it doesn't exist, an HTTP 403 error is generated ("Forbidden"). The ErrorDocument directive specifies the page to be served in that case: /var/www/error/noindex.html. As soon as you create an index page, the 403 error is no longer generated, and the Welcome page disappears.

          The configuration file /etc/httpd/conf.d/welcome.conf is owned by the httpd (Apache) package. Most of the other configuration files located in /etc/httpd/conf.d are owned by web application packages such as webalyzer, BackupPC, gallery2, or squirrelmail, and specifically configure Apache for that one application; removing the package removes the corresponding configuration file, removing the application-specific Apache configuration.



          . 在<head></head>區(qū)域加入代碼:
          <meta http-equiv=Pragma content=no-cache>
          <Meta http-equiv="refresh" content="3;url='http://hi.baidu.com/jadmin' ">

          2. 使用JavaScript代碼:
          <SCRIPT LANGUAGE="JavaScript">
          <!-- Begin
          redirTime = "3000";
          redirURL = "http://hi.baidu.com/jadmin";
          function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
          //   End -->
          </script>
          <body onLoad="redirTimer()">

          3. 使用JavaScript代碼:
          <html><head><title>稍候。。。</title></head>
          <body>
          <script language='javascript'>document.location = 'http://hi.baidu.com/jadmin'</script>
          </body>
          </html>

          4. 帶進度條的頁面跳轉代碼代碼:
          <html>
          <head>
          <meta http-equiv="Content-Language" content="zh-cn">
          <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
          <title>帶進度條的頁面跳轉代碼</title>
          </head>
          <body>
          <form name=loading>
          <P align=center>
          <FONT face=Arial color=#0066ff size=2>loading...</FONT>
          <INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none" size=46 name=chart>
          <BR>
          <INPUT style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center" size=47 name=percent>
          <SCRIPT>
          var bar=0
          var line="││"
          var amount="││"
          count()
          function count(){
          bar=bar+2
          amount =amount + line
          document.loading.chart.value=amount
          document.loading.percent.value=bar+"%"
          if (bar<99)
          {setTimeout("count()",100);}
          else
          {window.location = "http://hi.baidu.com/jadmin";}
          }
          </SCRIPT>
          </P>
          </form>
          </body>
          </html>

          posted on 2010-12-14 13:59 草原上的駱駝 閱讀(502) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發(fā)表評論。


          網站導航:
           
          主站蜘蛛池模板: 灵宝市| 南和县| 光山县| 汾阳市| 甘泉县| 道真| 保德县| 常熟市| 柘荣县| 茌平县| 许昌市| 廉江市| 凌云县| 海南省| 靖西县| 商丘市| 正蓝旗| 务川| 巴南区| 亳州市| 玉门市| 耿马| 墨脱县| 望江县| 肇庆市| 广西| 辰溪县| 洛南县| 彰武县| 梧州市| 汶上县| 宣汉县| 乌恰县| 石家庄市| 增城市| 苍溪县| 平安县| 辽源市| 平泉县| 康平县| 林口县|