apache_conf 删除[.php]扩展名

Posted

tags:

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

# Remove .php extension for all pages
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

以上是关于apache_conf 删除[.php]扩展名的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 删除文件扩展名,在末尾添加尾部斜杠(http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-h

apache_conf 没有更多.php扩展名

apache_conf 重写URL以删除文件扩展名

apache_conf PHP扩展剥离器

apache_conf htaccess - 删除网址中的.php

apache_conf 从codeigniter中删除index.php