标签: .htaccess mod-rewrite
我如何重写网址,使用htaccess,我尝试过这样:
RewriteRule ^file$ file.php [L]
我不想显示文件扩展名
我想像这样重写网址:
http://example.com/file.php加入http://example.com/file
http://example.com/file.php
http://example.com/file
答案 0 :(得分:0)
RewriteEngine on RewriteRule ^file$ /file.php