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 Link to comment https://forums.phpfreaks.com/topic/12624-is-this-possible/ 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. Link to comment https://forums.phpfreaks.com/topic/12624-is-this-possible/#findComment-48428 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. Link to comment https://forums.phpfreaks.com/topic/12624-is-this-possible/#findComment-48430 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.