【问题标题】:i want a URL rewriting for my URL using only .htaccess file我希望仅使用 .htaccess 文件为我的 URL 重写 URL
【发布时间】:2019-02-19 19:03:21
【问题描述】:

我的网址是

http://127.0.0.1/public_html/organisation/home/index.php?page=Your-Profile

但我希望我的网址看起来像这样,仅使用 .htaccess:-

 http://127.0.0.1/public_html/organisation/home/Your-Profile

我想使用 .htaccess 文件删除 index.php?page=

请帮帮我..

【问题讨论】:

    标签: .htaccess


    【解决方案1】:

    您可以删除/index.php,因为这是引擎默认假定/设置的,但您不能删除?page=,因为这是一个查询参数,而不是您所想的“url”的一部分它。所以它看起来像http://127.0.0.1/public_html/organisation/home?page=Your-Profile

    如果您使用的是 wordpress,那么管理员中有一个选项可以设置“漂亮的网址”,这可以通过其他方式实现。

    【讨论】:

    • 使用.htaccess,您也可以通过将查询字符串重定向到新网址来删除查询字符串
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-07-29
    • 1970-01-01
    • 2023-03-03
    • 2013-04-22
    • 2017-04-08
    • 2014-03-24
    • 2021-08-26
    相关资源
    最近更新 更多