我如何通过 .htaccess 执行 /var?section=value

发布于 2024-10-28 15:37:28 字数 228 浏览 0 评论 0原文

我想制作这个网址

site.com/var?section=value

示例:

esite.com/PHP?section=articles

php 是可变的 php 文件是

file.php?lang=php&section=articles

i want to make this url

site.com/var?section=value

example:

esite.com/PHP?section=articles

the php is varibale
and the php file is

file.php?lang=php§ion=articles

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执笔绘流年 2024-11-04 15:37:28

也许是这样的:

RewriteRule ^(.*?)\?section=(.*)$  file.php?lang=$1§ion=$2  [NC,L]

Something like this maybe:

RewriteRule ^(.*?)\?section=(.*)$  file.php?lang=$1§ion=$2  [NC,L]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文