如何使用PHP + IIS实现URL路由? [英] How to Implement URL Routing with PHP + IIS?

查看:119
本文介绍了如何使用PHP + IIS实现URL路由?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我编写了一个内容切换器脚本,该脚本使用动态URL来传递指示要发送哪些数据的参数。

I wrote a content switcher script that uses dynamic URLs to pass parameters indicating what data is to be sent.

例如,要查看您要输入的关于页面: http://www.example.com/?page=about

For example to view the about page you would type: http://www.example.com/?page=about

问题在于这不是用户友好的,特别是在我的情况下,用户不一定会通过主页上的链接访问此页面。

The issue is that this is not user friendly especially in my case where users will not necessarily be accessing this page via a link from the home page.

我希望网址看起来像是: http://www.example.com / about /

What I would rather have the URL look like is: http://www.example.com/about/

不幸的是我在IIS平台上运行PHP5,而不是Apache,因此这消除了使用mod-rewrite的最常用方法。

Unfortunately I am running PHP5 on an IIS platform, not Apache, so this eliminates the most common methods that use mod-rewrite.

我正在寻找如何使用PHP + IIS进行URL路由的示例。

I'm looking for examples of how to do URL Routing with PHP + IIS.

可以在IIS 7.5平台上完成吗?

Can it be done on the IIS 7.5 platform?

推荐答案

由于您使用的是IIS 7,因此可以使用现在可用的新重写支持。

Since you're using IIS 7, you can use the new rewriting support that's now available.

查看 http://www.iis.net/learn/extensions/url-rewrite-module/ using-the-url-rewrite-module

这篇关于如何使用PHP + IIS实现URL路由?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆