尝试使用 .htaccess 进行简单的 URL 重写,但它似乎不起作用。
想访问http://www.example.com/shop/index.php?route=information/information&information_id=11
使用 URL http://www.example.com/MyGreatClub2013
这就是我存储在 www.example.com 根级别的 .htaccess 中的内容
RewriteEngine On
RewriteRule ^/MyGreatClub2013$ /shop/index.php?route=information/information&information_id=11 [NC,L]
我在做一些愚蠢的错误吗?