【问题标题】:SEO Friendly URL (with .htaccess)SEO 友好的 URL(带有 .htaccess)
【发布时间】:2015-03-27 09:24:32
【问题描述】:

我想在我的网站上添加友好的 URL。但我有一个问题。我从未使用过 .htaccess。

我的链接:

https://example.com/index.php?page=users

我想要一个这样的网址:

https://example.com/page/users 

https://example.com/users 

有没有人可以帮助我?

【问题讨论】:

标签: .htaccess


【解决方案1】:

问题解决了:

.htaccess:

RewriteEngine On
RewriteRule ^([^/\.]+)/?$ index.php?page=$1

所以很简单。

【讨论】:

    猜你喜欢
    • 2014-02-26
    • 1970-01-01
    • 2019-11-08
    • 2011-05-29
    • 2013-01-22
    • 1970-01-01
    • 2013-02-03
    • 2011-05-09
    • 2015-01-13
    相关资源
    最近更新 更多