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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 删除文件扩展名,在末尾添加尾部斜杠(http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-h相关的知识,希望对你有一定的参考价值。

# Remove file extensions, add trailing slash at the end (http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/)

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

以上是关于apache_conf 删除文件扩展名,在末尾添加尾部斜杠(http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-h的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 从PHP文件中删除.php扩展名,例如yoursite.com/wallpaper.php到yoursite.com/wallpaper

apache_conf 删除[.php]扩展名

apache_conf 从网址栏中删除文件格式

如果在文件末尾省略PHP块的结束标记,是否会删除任何换行符或空格(如果存在于相应的文件中)?

c++如何判断文件末尾

扩展 HTML Grid 以在 Html Grid 末尾添加 div (MVC Contrib)