从URL中删除.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从URL中删除.php相关的知识,希望对你有一定的参考价值。

.htaccess
  1. RewriteEngine On
  2. RewriteCond %{SCRIPT_FILENAME} !-d
  3. RewriteRule ^([^.]+)$ $1.php [NC,L]

以上是关于从URL中删除.php的主要内容,如果未能解决你的问题,请参考以下文章

URL的PHP​​和哈希/片段部分

代码点火器 | .htaccess 从 url 中删除 index.php

htaccess - 从 url 中删除 .php 扩展名

从 URL 中删除 index.php (CodeIgniter)

无法从 codeigniter 中的 URL 中删除“Index.php”

从 url 代码中删除 index.php 在 Godaddy Plesk 托管的 codeigniter 中不起作用?