snapper64 Posted June 22, 2006 Share Posted June 22, 2006 Hi Guys,I need to prevent index.php being accessed directly ie [a href=\"http://www.mydomain.com/index.php\" target=\"_blank\"]http://www.mydomain.com/index.php[/a]. People should only be able to access it when they are viewing [a href=\"http://www.mydomain.com/main.html\" target=\"_blank\"]http://www.mydomain.com/main.html[/a] - this page has 4 frames, index.php is the main one. I only want people to view index.php through main.html.Is this possible ? Also if they try viewing it directly they need to be redirected to main.html. How would i go about this ?Thanks,Charlie Quote Link to comment Share on other sites More sharing options...
AndyB Posted June 22, 2006 Share Posted June 22, 2006 There are lots of disadvantages to frames, but if you really want to use them then you'll need a javascript solution such as the code shown at [a href=\"http://javascript.internet.com/navigation/force-frames.html\" target=\"_blank\"]http://javascript.internet.com/navigation/force-frames.html[/a]And this is not a php question, so I'm relocating it to the javascript forum. Quote Link to comment Share on other sites More sharing options...
snapper64 Posted June 22, 2006 Author Share Posted June 22, 2006 Thanks for the quick reply. I absolutely hate frames, however they are the best option in these circumstances. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.