Issue with protected pages not redirecting correctly

  • Thread starter frontpagecustoms.com
  • Start date
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.
 
T

Thomas A. Rowe

Try renaming "sdsummercamp.com" to "sdsummercamp".

If you still have problem, then you will need to work with your web host.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
F

frontpagecustoms.com

Can you explain what you mean by "xxx.com" What are your reservations?
 
J

Jens Peter Karlsen [FP-MVP]

He talks about using .com in a folder name. That is a nono on the
internet.
If people were to write https://ssl.perfora.net/sdsummercamp.com and
forget the finishing / then the result would be that the browser would
look for the domain sdsummercamp.com instead of perfora.net. That will
of course result in an error or worse they could end up at a domain
that doesn't belong to you.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top