ASP伪静态规则 httpd.ini 30
[ISAPI_Rewrite]#3600=1hourCacheClockRate3600RepeatLimit32#Blockexternalaccesstothehtt...
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Block external access to the httpd.ini and httpd.parse.errors files
RewriteRule /httpd(?:.ini|.parse.errors).* / [F,I,O]
# Block external access to the Helper ISAPI Extension
RewriteRule .*.isrwhlp / [F,I,O]
RewriteRule ^(.*)/index.asp $1/index.html
RewriteRule ^(.*)/([0-9]*).html $1/NewsView.Asp?id=$2
RewriteRule ^(.*)/([a-z]*)/([a-z]*)/ $1/About.Asp?x=$2&y=$3
把About.Asp?id=3 转化为?3.html ,是哪里有问题 ,首页又可以?index.html 访问,空间是可以支持的,谁帮我看看
About.Asp?id=3
NewsList.Asp?SortID=1
NewsView.Asp?ID=99
这三个动态参数 怎么写规则转化为伪静态,只要是.html 结尾就好,带问号或者不带问号都可以 展开
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Block external access to the httpd.ini and httpd.parse.errors files
RewriteRule /httpd(?:.ini|.parse.errors).* / [F,I,O]
# Block external access to the Helper ISAPI Extension
RewriteRule .*.isrwhlp / [F,I,O]
RewriteRule ^(.*)/index.asp $1/index.html
RewriteRule ^(.*)/([0-9]*).html $1/NewsView.Asp?id=$2
RewriteRule ^(.*)/([a-z]*)/([a-z]*)/ $1/About.Asp?x=$2&y=$3
把About.Asp?id=3 转化为?3.html ,是哪里有问题 ,首页又可以?index.html 访问,空间是可以支持的,谁帮我看看
About.Asp?id=3
NewsList.Asp?SortID=1
NewsView.Asp?ID=99
这三个动态参数 怎么写规则转化为伪静态,只要是.html 结尾就好,带问号或者不带问号都可以 展开
1个回答
展开全部
你RewriteRule ^(.*)/([a-z]*)/([a-z]*)/ $1/About.Asp?x=$2&y=$3 这里转化,需要about.asp 有x y连个参数的,你上面写法还是有哦问号存在的,我一般是这样写的
RewriteRule /NewsView-([0-9]*).html /NewsView.Asp?id=$1
RewriteRule /NewsView-([0-9]*).html /NewsView.Asp?id=$1
更多追问追答
追问
?NewsView-94.html 我按照你这样写的了 ,但是 一打开 就直接到首页去了,是什么原因,还是说直接NewsView-94.html 这样访问 ,NewsView.Asp 这个页面里面还要不要写伪静态的程序代码 ,需要的话,是怎么写?麻烦哥们 帮帮忙咯,分全部给你
追答
直接NewsView-94.html 这样访问, 你现在程序点击的连接是怎么样的呢?
北京磐安云创科技有限公司_
2023-02-01 广告
2023-02-01 广告
价格只是购买产品或服务过程中的一项指标,如果单纯只比较价格,其实考虑并不是那么周到。价格、质量、服务、口碑、是否合适自己的情况等都需要一起考虑。以上回答如果还觉得不够详细,可以来咨询下北京磐安公司。北京磐安公司是一家专业从事高新软件的技术公...
点击进入详情页
本回答由北京磐安云创科技有限公司_提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询