Maison >développement back-end >tutoriel php >PHP IIS6.0配置伪静态无效求解决,该如何处理

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

WBOY
WBOYoriginal
2016-06-13 11:34:51905parcourir

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn