MasterACE14 Posted July 1, 2007 Share Posted July 1, 2007 Is their a way to secure a page so someone can't simply type in www.yourwebsite.com/yourpage.php , without using mod_rewrite? Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/ Share on other sites More sharing options...
MadTechie Posted July 1, 2007 Share Posted July 1, 2007 Add a login page, which sets a session, and have all pages check for that session if fails redirects.. other than something like this i guess only a mod will work! Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/#findComment-286957 Share on other sites More sharing options...
MasterACE14 Posted July 1, 2007 Author Share Posted July 1, 2007 yeah, looks like i'm going to have to use mod_rewrite then. Thanks. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/#findComment-286991 Share on other sites More sharing options...
MasterACE14 Posted July 1, 2007 Author Share Posted July 1, 2007 is their a way to encrypt the URL of a page? using something like the header() function, except one that, when you put header("Location: http://www.mywebsite.com/"); instead of redirecting to that page, it changes the Page's URL to that. ??? Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/#findComment-287449 Share on other sites More sharing options...
AndyB Posted July 1, 2007 Share Posted July 1, 2007 is their a way to encrypt the URL of a page? No. Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/#findComment-287490 Share on other sites More sharing options...
MasterACE14 Posted July 2, 2007 Author Share Posted July 2, 2007 lol, ok, Thanks Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57907-solved-protecting-a-page/#findComment-287526 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.