how to control entry into a web site?

J

Jerry Kinder

Hi,

Is there a way to have all entries into a web site open only the
"index.html" page even it the rul is to another page on the site?

Thank you,
Jerry Kinder
 
T

Thomas A. Rowe

You host would have to allow subwebs / subsites, then you would place your index page in the root,
and all other content into the subweb which would require login to access.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
W

Wes

Still trying to figger his question. Do you think maybe he's not wanting
anyone going to: ....mysite/othersite/stuff to get into the folder?
In that case, he could put a copy of his index in each folder to thwart the
action.
Or he could put an index in each folder that says YOU DON'T BELONG HERE,
CLICK TO EXIT! (and link it to the root index.)
 
T

Thomas A. Rowe

No, I think he just wants to be sure that everyone comes into the site via his home page. The only
other solution would be to use a server-side script where you test if the referring page is the home
page, and if not redirect back to the home page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jerry Kinder

Hi,

I want all incomming hits to go only to the Index.html page no matter what
page is being called for.

Thanks,
JK
 
T

Thomas A. Rowe

See my reply from yesterday.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top