PHP,使用htaccess重写URL和Microsoft IIS Url重写 [英] PHP, URL rewriting with htaccess, and Microsoft IIS Url Rewriting

查看:127
本文介绍了PHP,使用htaccess重写URL和Microsoft IIS Url重写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我习惯使用Apache服务器,所以当启用mod_rewrite时,我可以创建一个htaccess文件并使用URL重写。

I am used to working with Apache servers, so when mod_rewrite is enabled, I can create an htaccess file and use URL rewriting.

这是我的htaccess文件:

Here's my htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

现在我已经构建了这个使用此URL重写模块的站点,但我已经了解到它是Microsoft服务器。我可以使用我的htaccess文件吗?有什么东西我需要改变才能让它发挥作用吗?如何判断是否在Microsoft服务器上设置了URL重写?

Now I've built this site that uses this URL rewriting module but I have come to learn that it is a Microsoft server. Can I use my htaccess file? Is there something I need to change to get it to work? How can I tell if URL rewriting is set up on the Microsoft server?

推荐答案

您可以按原样使用配置,在< a href =http://iirf.codeplex.com =noreferrer> Ionic的Isapi重写过滤器(IIRF)。

You can use your configuration as is, in Ionic's Isapi Rewrite Filter (IIRF).

IIRF是免费的,开源的。

IIRF is free, open-source.

这篇关于PHP,使用htaccess重写URL和Microsoft IIS Url重写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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