apache伪静态与iis伪静态规则与配置区别介绍

时间:2023-08-25 21:43:20 

本文章来总结一下关于apache伪静态与iis伪静态区别介绍,主要讲到了一些规则的问题与配置区别,以后大家就可以直接在iis伪静态转换apache,反之也很简单哦。

在我开时打开模式不一样
apache的.htaccess配置文件是以:RewriteEngine On 将写模式打开。
Apache伪静态html(URL Rewrite)设置法
phpma一 打开 Apache 的配置文件 httpd.conf 。
phpma二 将#LoadModule rewrite_module modules/mod_rewrite前面的#去掉
phpma三 在 httpd.conf中添加:

<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteCond %{ENV:SCRIPT_URL} (?:index|dispbbs)[-0-9]+.html
RewriteRule ^(.*?(?:index|dispbbs))-([-0-9]+).html$ $1.php?
__is_apache_rewrite=1&__rewrite_arg=$2
</IfModule>


iis的httpd.ini配置文件是以:[ISAPI_Rewrite] 将写模式打开。
打开你的httpd.ini,找到
[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/archiver/([a-z0-9-]+.html)$ $1/archiver/index.php?$2
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+).html$ $1/forumdisplay.php?fid=$2&page=$3
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/viewthread.php?tid=$2&extra=page%3D$4&page=$3
RewriteRule ^(.*)/profile-(username|uid)-(.+?).html$ $1/viewpro.php?$2=$3

区别
apache不需要网站域名,而iis需要网站域名,且IIS遇到需要重写的URL有问号(?)与点(.)时,需要增加()进行转义.
区别如下
iis:

RewriteRule ^(.*)/category(d+).html$ $1/index.php?catid=$2

apache: 

RewriteRule ^category(d+).html$ index.php?catid=$1 [QSA,L]
标签:apache伪静态,iis伪静态
0
投稿

猜你喜欢

  • 百度开始重新收录中国asp之家了

    2007-11-22 20:43:00
  • 10个方法保护DNS

    2010-02-05 19:17:00
  • 如何使用Linux的rsync

    2023-08-31 09:41:11
  • Django上线部署之Apache的方法

    2021-03-27 09:42:40
  • 提高网络安全性:匿名FTP安全设定

    2008-08-03 16:54:00
  • dedecms完美调用dz(discuz)论坛贴子 解决方法

    2009-02-13 18:04:00
  • 蔡文胜:中国站长之王是如何炼成的

    2010-05-11 18:15:00
  • 在资源管理器中操作FTP站点更简单

    2007-12-14 09:52:00
  • linux增加iptables防火墙规则的示例

    2023-08-06 01:11:22
  • “此网站的安全证书有问题”的解决办法

    2009-04-01 18:40:00
  • VMware Esxi忘记root密码成功找回的操作方法

    2021-01-14 15:11:42
  • 详解Win10 Bash/WSL调试Linux环境下的.NET Core应用程序

    2023-08-22 04:15:02
  • 如何在Discuz 7.1中给通过WAP发布的帖子加标记

    2009-12-09 16:18:00
  • 汪涵俞灏明等主持人在微软美国总部“胡作非为”

    2009-10-23 09:27:00
  • 国内ASP系的CMS系统汇总推荐

    2007-11-29 12:51:00
  • 就看做得多精准 网络定向广告与精准营销

    2009-03-04 12:48:00
  • Linux操作系统如何释放cache内存

    2009-09-20 20:18:00
  • 张朝阳作为互联网首棒火炬手传递奥运圣火

    2008-05-04 11:42:00
  • 搜索引擎优化绝对不能忽视链接锚文本优化

    2009-02-24 12:57:00
  • 根据Web服务器记录来追击黑客入侵

    2007-08-23 13:38:00
  • asp之家 网站运营 m.aspxhome.com