Home  >  Article  >  Backend Development  >  PHP IIS6.0配置伪静态无效求解决

PHP IIS6.0配置伪静态无效求解决

WBOY
WBOYOriginal
2016-06-23 14:21:56945browse

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


回复讨论(解决方案)

建议你用apache,不建议用iis

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

意思是 xxx.html 转向到 xxx.php

iis下建议你用iis url rewrite 官方工具,可以通过导入.htaccess

你的iis下是否可以完全运行
http://www.iprc.cn/test.php

已经解决。不过还是谢谢大家

Statement:
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