gpt4 book ai didi

php - 是否可以在没有 htaccess 文件的情况下重写 URL?

转载 作者:搜寻专家 更新时间:2023-10-31 20:42:14 25 4
gpt4 key购买 nike

是否可以在不使用 htaccess 文件的情况下缩短 url?例如我有这个 url。

this/is/a/very/long/url.php

改为

short/url.php

我希望我能得到好的答案 THX 伙计们:)

最佳答案

是的,主要用于框架

一种称为使用前端 Controller 的方法

例如:你的前端 Controller 是 index.php

您的页面链接生成为 .../index.php/nything/url.php

但实际链接是.../this/is/long/url.php

前端 Controller 提取客户端请求的页面信息,并显示与之相关的相关页面

阅读更多:http://en.wikipedia.org/wiki/Front_Controller_pattern

关于php - 是否可以在没有 htaccess 文件的情况下重写 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19583754/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com