how to control entry into a web site?

  • Thread starter Thread starter Jerry Kinder
  • Start date Start date
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
 
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.
==============================================
 
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.)
 
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.
==============================================
 
Hi,

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

Thanks,
JK
 
See my reply from yesterday.

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

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

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

Back
Top