restrict access to page to only be allowed from a certain page

Posted by controlfreak123 on Stack Overflow See other posts from Stack Overflow or by controlfreak123
Published on 2010-01-06T20:58:07Z Indexed on 2010/04/07 12:23 UTC
Read the original article Hit count: 411

Filed under:
|
|
|
|

This question is similar to the one i asked here. But its related because I want to achieve the same effect. I want the users to be restricted to only accessing other pages on the site through the main page. The first page contains a frame for navigation and then a frame for content of the page they navigate to. I want it to be setup so that the only way they can access the content pages is by using this main page. So if the main page is http://intranet/index.html then they cannot get to http://intranet/other_page.html without using the link provided in index.html. Is this possible and if so what would the best technique be? I'm using apache to serve the site and I have php and javascript available.

© Stack Overflow or respective owner

Related posts about intranet

Related posts about apache