程序討論版須知: 在使用老y文章管理系統(tǒng)中的一些問題!對(duì)非本程序方面的問題恕不解答!對(duì)Html,css等基礎(chǔ)問題恕不解答!如果沒有HTML基礎(chǔ)請(qǐng)先自學(xué)HTML! 需要打開你網(wǎng)站才能看出問題的請(qǐng)留下網(wǎng)址,并請(qǐng)保留本站版權(quán)及友情鏈接,否則不予回復(fù)。 |
|
![]() ![]() ![]() ![]()
|
樓主Time:2015/6/3 22:52:24 | |
![]() ![]()
|
更新了補(bǔ)丁以后,動(dòng)態(tài)模式列表和文章都顯示404
更新了補(bǔ)丁以后,動(dòng)態(tài)模式列表和文章都顯示404
|
[Top] |
2 樓Time:2015/6/4 10:08:48 | |
![]() ![]()
|
RE:更新了補(bǔ)丁以后,動(dòng)態(tài)模式列表和文章都顯示404
某些空間可能不支持,請(qǐng)將class.asp中以下幾行刪除即可
Dim Durl:Durl=LCase(Request.ServerVariables("HTTP_X_REWRITE_URL")) If ((html=1 or html=2) And Instr(Durl,"class.asp")=0) or (html=3 And Instr(Durl,"class.asp")>0) then Response.Status="301 Moved Permanently" Response.AddHeader "Location",cpath(ID,page) End if list.asp Durl=LCase(Request.ServerVariables("HTTP_X_REWRITE_URL")) If html=2 or (html=1 And Instr(Durl,"list.asp")=0) or (html=3 And Instr(Durl,"list.asp")>0) then Response.Status="301 Moved Permanently" Response.AddHeader "Location",apath(ID,page) End if |
[Top] |