PHP IIS6.0配置伪静态无效求解决,该如何处理

WBOY
Release: 2016-06-13 12:37:42
Original
802 people have browsed it

PHP IIS6.0配置伪静态无效求解决
php页面能正常运行。

配置完伪静态。
 ISAPI 筛选器 状态显示:已加载,有绿色上升箭头

重写文件 内容如下:
[ISAPI_Rewrite]


# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP

RewriteRule ^(.*)\.html $1\.php



访问测试地址:
http://www.iprc.cn/test.php


有人知道吗?

rewrite 是从这里下载的:http://www.jb51.net/softs/6192.html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template