- הוסף לסימניות
- #1
ניסיתי בפורום בניית אתרים ולא קיבלתי שום תגובה.
אני מקווה שיש מהכותבים פה, שאולי יידעו להגיד לי מה לא בסדר בקוד ההפניה המצ"ב.
<%@ Language=VBScript codepage=1255 %>
<%
Option explicit
Response.Buffer = true
Dim sURL, sPath
sURL = Request.ServerVariables("HTTP_HOST")
sPath = Request.ServerVariables("PATH_INFO")
Select Case sURL
Case "www.timnati.prog.co.il", "timnati.prog.co.il"
Response.Redirect "http://www.timnati.prog.co.il/index.html"
Case "www.hinuma.prog.co.il", "hinuma.prog.co.il"
Response.Redirect "www.timnati.prog.co.il/sub1/index.html/"
End Select
%>
אני מקווה שיש מהכותבים פה, שאולי יידעו להגיד לי מה לא בסדר בקוד ההפניה המצ"ב.
<%@ Language=VBScript codepage=1255 %>
<%
Option explicit
Response.Buffer = true
Dim sURL, sPath
sURL = Request.ServerVariables("HTTP_HOST")
sPath = Request.ServerVariables("PATH_INFO")
Select Case sURL
Case "www.timnati.prog.co.il", "timnati.prog.co.il"
Response.Redirect "http://www.timnati.prog.co.il/index.html"
Case "www.hinuma.prog.co.il", "hinuma.prog.co.il"
Response.Redirect "www.timnati.prog.co.il/sub1/index.html/"
End Select
%>
הנושאים החמים