这里以阿帕奇为服务器软件,直接上案例:
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

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

MinGW - 适用于 Windows 的极简 GNU
这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

螳螂BT
Mantis是一个易于部署的基于Web的缺陷跟踪工具,用于帮助产品缺陷跟踪。它需要PHP、MySQL和一个Web服务器。请查看我们的演示和托管服务。

安全考试浏览器
Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

Dreamweaver Mac版
视觉化网页开发工具