在更改我的 .htaccess 链接中的某些内容之前,如下所示:
- http://www.domain.tld/index.php
- http://www.domain.tld/index.php?page=start
- http://www.domain.tld/index.php?page=blog
现在我用这段代码做了一个.htaccess:
RewriteEngine on
RewriteRule ^index.php / [R,L,QSA]
现在上面的链接在浏览器地址栏中看起来像这样:
这几乎是我想要的,但我怎样才能让它看起来像这样?
我尝试了很多不同的东西,但 mod_rewriting 还不是我的强度。我也希望像谷歌这样的搜索引擎使用新的 URL (SEO)。