首頁 php教程 php手册 PHP學習筆記:偽靜態規則的書寫

PHP學習筆記:偽靜態規則的書寫

Oct 12, 2016 am 09:50 AM

这里以阿帕奇为服务器软件,直接上案例:

1.把index.html重定向到index.php

<span style="font-size: 18px;"><span style="color: #000000;">RewriteEngine On

Options </span>-<span style="color: #000000;">Indexes
</span><span style="color: #000000;">
ReWriteRule </span>^index.html$  /index.php  [NC]</span>
登入後複製

效果:访问www.test.com/index.html效果等于www.test.com/index.php

 

2.把index重定向到index.php

<span style="font-size: 18px;"><span style="color: #000000;">RewriteEngine On

Options </span>-<span style="color: #000000;">Indexes
</span><span style="color: #000000;">
ReWriteRule </span>^index$  /index.php  [NC]</span>
登入後複製

效果:访问www.test.com/index效果等于www.test.com/index.php

 

3.根目录下的PHP文件,用html后缀也能访问

写法1:

<span style="font-size: 18px;"><span style="color: #000000;">RewriteEngine On
Options </span>-<span style="color: #000000;">Indexes

ReWriteRule </span>^([a-zA-Z0-9_]{1,})\.html$  /$1.php  [NC]</span>
登入後複製

效果:   访问www.test.com/index.html效果等于www.test.com/index.php

    访问www.test.com/abc.html效果等于www.test.com/abc.php

 4.根目录下的php文件,直接访问文件名效果一样

<span style="font-size: 18px;"><span style="color: #000000;">RewriteEngine On
Options </span>-<span style="color: #000000;">Indexes

ReWriteRule </span>^([a-zA-Z0-9_]{1,})$  /$1.php  [NC]</span>
登入後複製

效果:   访问www.test.com/index效果等于www.test.com/index.php

    访问www.test.com/abc效果等于www.test.com/abc.php

 

5.访问文件名+html效果等效后缀为php的文件

 

<span style="color: #000000;">RewriteEngine On
Options </span>-<span style="color: #000000;">Indexes

RewriteRule </span>^/?([a-z/]+)\.html$ $1.php [NC]
登入後複製

 

效果:  

    访问www.test.com/index.html效果等于www.test.com/index.php

    访问www.test.com/abc/abc.html效果等于www.test.com/abc/abc.php

 

本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

AI Hentai Generator

AI Hentai Generator

免費產生 AI 無盡。

熱門文章

R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您聽不到任何人,如何修復音頻
4 週前 By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
1 個月前 By 尊渡假赌尊渡假赌尊渡假赌

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver CS6

Dreamweaver CS6

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)