.htaccess正确写入url重写页面,没有后缀

时间:2015-05-05 13:20:02

标签: apache .htaccess mod-rewrite

我想设置.htaccess

ORIGINAL
www.foo.com/bar/index.php?op=find

SHOULD BECOME
www.foo.com/bar/find/

我试过这种方式,但我觉得有些不对劲,因为网址没有改变

Options +FollowSymLinks

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^bar/find/$ /bar/index.php?op=find [L]

我该如何设置? 谢谢

1 个答案:

答案 0 :(得分:0)

您可以添加新规则以重定向到漂亮的网址:

VentPrinc.qml