大漠駝鈴

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

          Cenots apache修改默認(rèn)頁(yè)面,轉(zhuǎn)發(fā)

          /var/www/error/noindex.html

          網(wǎng)站還沒(méi)有做好,可以先做一個(gè)簡(jiǎn)單的轉(zhuǎn)發(fā)。



          下面寫(xiě)的比較詳細(xì)了。
          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. 帶進(jìn)度條的頁(yè)面跳轉(zhuǎn)代碼代碼:
          <html>
          <head>
          <meta http-equiv="Content-Language" content="zh-cn">
          <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
          <title>帶進(jìn)度條的頁(yè)面跳轉(zhuǎn)代碼</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 草原上的駱駝 閱讀(497) 評(píng)論(0)  編輯  收藏


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


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 太湖县| 兴安盟| 界首市| 平果县| 黄陵县| 古田县| 通州区| 休宁县| 内黄县| 定远县| 乐安县| 松滋市| 军事| 桐庐县| 淮滨县| 惠来县| 安丘市| 措勤县| 吴旗县| 潮州市| 修文县| 花莲市| 额济纳旗| 黑龙江省| 林甸县| 昌吉市| 布拖县| 云阳县| 巴南区| 莲花县| 盐山县| 盐池县| 杨浦区| 贵港市| 忻州市| 绥阳县| 安塞县| 磐石市| 临沂市| 正安县| 凤冈县|