F
frontpagecustoms.com
I have a SSL site I'm developing at
http://hosting.frontpagecustoms.com, however when at the SSL site and I
click on the "protected page" I get errors stating it's not redirecting
right.
Here's what I mean. when I click on the link to the protected page it
should redirect me to
https://ssl.perfora.net/sdsummercamp.com/logon.asp
however it takes me to https://ssl.perfora.net/logon.asp instead.
Here's a copy of from the logon.inc page where the redirect would be;
<%
' Do not cache this page.
Response.CacheControl = "no-cache"
' Define the name of the users table.
Const USERS_TABLE = "ParentLogon"
' Define the path to the logon page.
Const LOGON_PAGE = "/logon.asp"
' Define the path to the logon database.
I have tried the following changes to the logon page that have not
worked:
"logon.asp:
"www.sdsummercamp.com/logon.asp"
"https://ssl.perfora.net/sdsummercamp.com/logon.asp"
I am communicating with my host, however they have not offered me any
solutions as of yet.
Any help you have would be great.
http://hosting.frontpagecustoms.com, however when at the SSL site and I
click on the "protected page" I get errors stating it's not redirecting
right.
Here's what I mean. when I click on the link to the protected page it
should redirect me to
https://ssl.perfora.net/sdsummercamp.com/logon.asp
however it takes me to https://ssl.perfora.net/logon.asp instead.
Here's a copy of from the logon.inc page where the redirect would be;
<%
' Do not cache this page.
Response.CacheControl = "no-cache"
' Define the name of the users table.
Const USERS_TABLE = "ParentLogon"
' Define the path to the logon page.
Const LOGON_PAGE = "/logon.asp"
' Define the path to the logon database.
I have tried the following changes to the logon page that have not
worked:
"logon.asp:
"www.sdsummercamp.com/logon.asp"
"https://ssl.perfora.net/sdsummercamp.com/logon.asp"
I am communicating with my host, however they have not offered me any
solutions as of yet.
Any help you have would be great.