当前位置:首页 > 服务器 > 正文

2008服务器伪静态设置(主机伪静态设置)

今天给各位分享2008服务器伪静态设置的知识,其中也会对主机伪静态设置进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!

本文目录一览:

win2008 64位,IIS7.5,PW9.0怎么样伪静态

配置了win2008 iis7/、orsoon.com调用网站的rar、zip类型的文件。 将以上文件上传至网站根目录(wwwroot)下即可 如果网站有设置伪静态,直接将上述代码加入原有web.config一样可以生效

maxcms伪静态在 win2008服务器怎样设置?

!因为Maxcms是ASP程序,所以不能使用.htaccess,如果你的服务器用的IIS是7.0或以上,可以使用web.config做伪静态,目前在网上购买的windows虚拟主机都支持httpd.ini做伪静态,如果你是VPS或独立的服务器,你可以安装IIS插件ISAPI_Rewrite来让IIS支持httpd.ini

ecshop 伪静态设置

下面这个就是常见的问题ecshop伪静态设置方法:

1.服务器或虚拟主机要支持伪静态;

2.将.htaccess文件上传至网站的根目录;

3.在ecShop程序后台设置“伪静态”功能;

4.修改http.ini代码(下面灰色字体部分)。

[ISAPI_Rewrite]

# ECSHOP

RewriteRule /index.html /index.php

RewriteRule /default.html /index.php

RewriteRule /ecshop/feed.xml /ecshop/feed.php

#RewriteRule

/ecshop/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

/ecshop/category.php?id=$1brand=$2page=$3sort=$4order=$5

RewriteRule

^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

$1/category\.php\?id=$2brand=$3page=$4sort=$5order=$6

#RewriteRule /ecshop/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$

/ecshop/category.php?id=$1brand=$2page=$3

RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$

$1/category\.php\?id=$2brand=$3page=$4

#RewriteRule /ecshop/category-([0-9]+)-b([0-9]+)(.*)\.html$

/ecshop/category.php?id=$1brand=$2

RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html$

$1/category\.php\?id=$2brand=$3

#RewriteRule /ecshop/category-([0-9]+)(.*)\.html$ /ecshop/category.php?id=$1

RewriteRule ^(.*)/category-([0-9]+)(.*)\.html$ $1/category\.php\?id=$2

#RewriteRule /ecshop/goods-([0-9]+)(.*)\.html$ /ecshop/goods.php?id=$1

RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html$ $1/goods\.php\?id=$2

#RewriteRule /ecshop/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

/ecshop/article_cat.php?id=$1page=$2sort=$3order=$4

RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

$1/article_cat\.php\?id=$2page=$3sort=$4order=$5

#RewriteRule /ecshop/article_cat-([0-9]+)-([0-9]+)(.*)\.html$

/ecshop/article_cat.php?id=$1page=$2

RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html$

$1/article_cat\.php\?id=$2page=$3

#RewriteRule /ecshop/article_cat-([0-9]+)(.*)\.html$

/ecshop/article_cat.php?id=$1

RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html$ $1/article_cat\.php\?id=$2

#RewriteRule /ecshop/article-([0-9]+)(.*)\.html$ /ecshop/article.php?id=$1

RewriteRule ^(.*)/article-([0-9]+)(.*)\.html$ $1/article\.php\?id=$2

#RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html

/ecshop/brand.php?id=$1cat=$2page=$3sort=$4order=$5

RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html

$1/brand\.php\?id=$2cat=$3page=$4sort=$5order=$6

#RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html

/ecshop/brand.php?id=$1cat=$2page=$3

RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html

$1/brand\.php\?id=$2cat=$3page=$4

#RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)(.*)\.html

/ecshop/brand.php?id=$1cat=$2

RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html

$1/brand\.php\?id=$2cat=$3

#RewriteRule /ecshop/brand-([0-9]+)(.*)\.html /ecshop/brand.php?id=$1

RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html $1/brand\.php\?id=$2

VS2008本地调试网站的时候就实现伪静态化,不用发布到IIS

楼主可以使用FineReport报表工具,通过两种服务器的整合就可以将FineReport工程与.net工程进行无缝集成,不会出现无法预览的问题。以FineReport自带的工程WebReport为例,先将WebReport工程与可以解析jsp,servlet的服务器集成(例如WebSphere,Tomcat等服务器),然后对服务器与可以解析asp的服务器(例如IIS服务器)进行整合。

2008服务器伪静态设置的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于主机伪静态设置、2008服务器伪静态设置的信息别忘了在本站进行查找喔。

取消
扫码支持 支付码