如何使用.htaccess文件删除.html扩展名或扩展名?
Google是你的朋友:-)
看看这篇文章 。
码:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html
信用: http : //eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/