由于某些原因,Apache没有重写我的网址,我无法弄清楚错误。
我可以确认mod_rewrite有效,因为它有效:
RewriteEngine on
RewriteRule ^oranges.html$ apples.html
And it shows the apples.html page.
我正在尝试使用它,但它没有做任何事情!
Options -Multiviews +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([a-zA-Z0-9]+)[/]*$ index.php?page=$1
看起来像这样:http://example.com/search/
这里有什么问题? :○