日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

php網站開啟偽靜態的步驟

1、打開Apache的配置文件httpd.conf找到

#LoadModule rewrite_module modules/mod_rewrite.so

把前面#去掉。沒有則添加,但必選獨占一行,使apache支持 mod_rewrite 模塊,找到

<Directory "D:/ApacheServer/web">

#

# Possible values for the Options directive are "None", "All",

# or any combination of:

# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

#

# Note that "MultiViews" must be named *explicitly* --- "Options All"

# doesn't give it to you.

#

# The Options directive is both complicated and important. Please see

# http://httpd.apache.org/docs/2.2/mod/core.html#options

# for more information.

#

Options Indexes FollowSymLinks

#

# AllowOverride controls what directives may be placed in .htaccess files.

# It can be "All", "None", or any combination of the keywords:

# Options FileInfo AuthConfig Limit

#

AllowOverride None

#

# Controls who can get stuff from this server.

#

Order allow,deny

Allow from all

</Directory>

3、把AllowOverride None換成AllowOverride All使apache支持.htaccess文件

4、重啟apache服務器

在要啟用偽靜態的 PHP 項目根目錄下建立 .htaccess 文件,在 .htaccess 文件中輸入內容

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteRule index.html$ index.php

RewriteRule index-([1-9]+[0-9]*).html$ index.php?p=$1

RewriteRule ([a-z]{1,})-([0-9]{1,}).html$ index.php?action=$1&id=$2</IfModule>

注釋:

RewriteEngine 為重寫引擎開關,on為開啟,off為關閉。

RewriteRule 是路由轉向規則,之前路徑為瀏覽器中要輸入路徑,這里可以用正則表達式表達。之前路徑為瀏覽器中要輸入路徑,這里可以用正則表達式表達。+空格 后路徑為后臺實際轉向路徑, 轉向后臺實際路徑時可以傳參數。

例子里的后臺頁面可以用GET[′p′]GET[′p′]_GET[‘action’] GET[‘id′]來接收GET[‘id′]來接收1 代表瀏覽器路徑中輸入的第一個正則表達式的值,以此類推,$2代表第二個正則表達式的值 RewriteRule 路由轉向規則里正則表達式用括號 () 括起來。

在項目下 index.php 頁面內寫入內容

<?php

if ($_GET ['p']) {

echo "p : " . $_GET ['p'];

}

if ($_GET ['action']) {

echo "action : " . $_GET ['action'];

}

if ($_GET ['id']) {

echo "id : " . $_GET ['id'];

}

?>

以上就是php網站啟用偽靜態的方法的詳細內容,更多請關注其它相關文章!

分享到:
標簽:靜態 php
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定