首页 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.如果您听不到任何人,如何修复音频
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解锁Myrise中的所有内容
4 周前 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)