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

Posted

tags:

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

# Removing Extensions
# Source 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 从PHP文件中删除.php扩展名,例如yoursite.com/wallpaper.php到yoursite.com/wallpaper的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htaccess - 删除网址中的.php

apache_conf 从php执行保护wordpress上传目录。在uploads目录中添加新的.htaccess文件。

apache_conf 删除[.php]扩展名

apache_conf HTACCESS - Wordpress删除index.php

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

apache_conf Expression Engine mod_rewrite删除“index.php”