【问题标题】:Changing permalinks in different ways以不同方式更改永久链接
【发布时间】:2017-10-04 06:46:45
【问题描述】:

我想知道如何更改所有这些:

example.com/index.php <br />
example.com/index.php?item=1 <br />
example.com/article.php <br />
example.com/article.php?article=1

到以下:

example.com/home/ <br />
example.com/home/firstitem/ <br />
example.com/article/ <br />
example.com/article/firstarticle/

我知道你可以使用 .htaccess 来做到这一点,但问题是我不知道怎么做。

【问题讨论】:

标签: php .htaccess


【解决方案1】:

这可能对你有帮助

How to create clean url using .htaccess

并使用 htaccess 谷歌搜索干净的 url。

【讨论】:

    猜你喜欢
    • 2020-03-16
    • 2011-07-27
    • 2014-05-12
    • 2020-06-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-03-24
    • 1970-01-01
    相关资源
    最近更新 更多