简体   繁体   English

php url 路由

[英]php url-routing

I am studying php routing material now, but I still can't understand the theory.我现在正在研究php路由材料,但我仍然无法理解其中的理论。 Does anyone here have good tutorials or links to share?这里有人有好的教程或链接可以分享吗?

You are talking about url rewriting, and there are many other questions about that on here if you search for that term.您正在谈论 url 重写,如果您搜索该术语,这里还有许多其他问题。

Regardless, url rewriting isn't handled by PHP, it's done by the web server.无论如何,url 重写不是由 PHP 处理的,而是由 Web 服务器完成的。 If you are running PHP under Apache, then you'll want to have a look at mod_rewrite.如果您在 Apache 下运行 PHP,那么您将需要查看 mod_rewrite。 For IIS, you would look into the IIS Rewrite module (which conveniently can import mod_rewrite rules from apache as well)对于 IIS,您可以查看IIS Rewrite模块(它也可以方便地从 apache 导入 mod_rewrite 规则)

看看这个: Url Routing with PHP

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM