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

Posted

tags:

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

#example.com/page will display the contents of example.com/page.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.+)$ $1.html [L,QSA]

#301 from example.com/page.html to example.com/page
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*\.html\ HTTP/
RewriteRule ^(.*)\.html$ /$1 [R=301,L]

以上是关于apache_conf 从网址栏中删除文件格式的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htaccess - 删除网址中的.php

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

apache_conf 从链接中删除“类别”

apache_conf 从URL中删除WWW

apache_conf 从codeigniter中删除index.php

从香草论坛侧边栏中删除子类别