如何在不显示文件扩展名的情况下重写URL

时间:2011-08-24 08:37:57

标签: .htaccess mod-rewrite

我如何重写网址,使用htaccess,我尝试过这样:

RewriteRule ^file$ file.php [L]

我不想显示文件扩展名

我想像这样重写网址:

http://example.com/file.php加入http://example.com/file

1 个答案:

答案 0 :(得分:0)

RewriteEngine on
RewriteRule ^file$ /file.php