新微赢技术网
标题:
急了几天了,仿阿里巴巴ASP+SQL在本机测试很正常,到服务器后不正常了,也不能 ...
[打印本页]
作者:
夜来香
时间:
2010-1-7 07:33
标题:
急了几天了,仿阿里巴巴ASP+SQL在本机测试很正常,到服务器后不正常了,也不能 ...
各位高手;一套仿阿里巴巴的源码,在本机测试,一切正常,能生成新的内容HTML;到服务器后,也能生成,但不正常,
发现是筛选器的问题,在服务器生成后,网站不能正常访问;要想访问,只有把筛选器里的可执行文件的设置删除.
下面我把筛选器里的httpd.ini文件内容贴出来,请各位高手指点迷津;多谢
[ISAPI_Rewrite]
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
RewriteRule /company/pretermission/([0-9,a-z]*).html /company/pretermission/index.asp\?MemberId=$1
RewriteRule /company/pretermission/product/([0-9,a-z]*).html /company/pretermission/product/index.asp\?MemberId=$1
RewriteRule /company/pretermission/tradeinfo/([0-9,a-z]*).html /company/pretermission/tradeinfo/index.asp\?MemberId=$1
RewriteRule /company/pretermission/seller/([0-9,a-z]*).html /company/pretermission/seller/index.asp\?MemberId=$1
RewriteRule /company/pretermission/job/([0-9,a-z]*).html /company/pretermission/job/index.asp\?MemberId=$1
RewriteRule /company/pretermission/bizreflist/([0-9,a-z]*).html /company/pretermission/bizreflist/index.asp\?MemberId=$1
RewriteRule /about/news_([0-9,a-z]*).html /about/about.asp\?Id=$1
RewriteRule /about/show_([0-9,a-z]*).html /about/show.asp\?Id=$1
出现错误:
Active Server Pages 错误 'ASP 0113'
脚本超时
/manage/makehtml/info/makedetail.asp
超过了脚本运行的最长时间。可以为 Server.ScriptTimeOut 属性指定新值或更改 IIS 管理工具中的相应值来更改此限制。
有人对仿阿里巴巴ASP+SQL熟悉的大哥大姐,谁能帮帮我
作者:
为爱种菜!
时间:
2010-1-7 07:33
服务器上有这个规则啊,IIS里也设定了,就是不正常,不知道什么原因
作者:
风化雪夜
时间:
2010-1-7 07:33
你是伪静态的.
服务器上没有rewrite组件的,当然不行
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2