Mod_rewrite不会清理URL

时间:2014-03-07 23:27:25

标签: apache .htaccess mod-rewrite

我无法让我的阿帕奇清理我丑陋的网址。

我知道mod_rewrite有效,因为我已经尝试过这条规则:

RewriteEngine on
RewriteRule ^oranges.html$ apples.html

它显示了apples.html页面。

我正在尝试使用它,但它没有做任何事情!

RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9]+)/$ index.php?page=$1

我想要这个网址: http://example.com/index.php?page=search

看起来像这样: http://example.com/search/

0 个答案:

没有答案